ARC SDK
|
Public Member Functions | |
Common (EntityRetriever *t, const UserConfig &u) | |
void | deactivate (void) |
bool | lockExclusiveIfValid (void) |
void | unlockExclusive (void) |
bool | lockSharedIfValid (void) |
void | unlockShared (void) |
operator const UserConfig & (void) const | |
const std::list< std::string > & | getAvailablePlugins (void) const |
void | setAvailablePlugins (const std::list< std::string > &newAvailablePlugins) |
EntityRetriever * | operator-> (void) |
EntityRetriever * | operator* (void) |
![]() | |
EntityRetrieverPlugin< T > * | load (const std::string &name) |
const std::map< std::string, EntityRetrieverPlugin< T > * > & | GetTargetInformationRetrieverPlugins () const |
Additional Inherited Members | |
![]() | |
static std::list< std::string > | getListOfPlugins () |
![]() | |
std::map< std::string, EntityRetrieverPlugin< T > * > | plugins |
![]() | |
static Logger | logger |