Application() | Application | |
ArmarXUserConfigDirEnvVar | Application | static |
createInstance(Args &&... args) | Application | inlinestatic |
createPropertyDefinitions() override | Application | protectedvirtual |
doMain(int argc, char *argv[], const Ice::InitializationData &initData, Ice::Int i) override | Application | protected |
enableLibLoading(bool enable=true) | Application | |
exec(const ArmarXManagerPtr &armarXManager) | Application | protectedvirtual |
GetArmarXConfigDefaultPath(bool envVarExpanded=true) | Application | static |
getArmarXManager() | Application | protected |
getArmarXPackageNames() | Application | |
getCommandLineArguments() const | Application | |
getComponentProxyNames() | PropertyUser | |
GetDefaultsPaths() | Application | static |
getDomainName() | Application | protectedvirtual |
getForbidThreadCreation() const | Application | |
getIceProperties() const | PropertyUser | |
getInstance() | Application | static |
getName() const | Application | |
GetProjectDependencies() | Application | static |
GetProjectName() | Application | static |
getProperty(const std::string &name) | PropertyUser | |
getProperty(const std::string &name) const | PropertyUser | inline |
getProperty(T &val, const std::string &name) const | PropertyUser | inline |
getProperty(std::atomic< T > &val, const std::string &name) const | PropertyUser | inline |
getPropertyAsCSV(ContainerT &val, const std::string &name, const std::string &splitBy=",;", bool trimElements=true, bool removeEmptyElements=true) | PropertyUser | inline |
getPropertyAsCSV(const std::string &name, const std::string &splitBy=",;", bool trimElements=true, bool removeEmptyElements=true) | PropertyUser | inline |
getPropertyDefinitions() | PropertyUser | |
getSubscribedTopicNames() | PropertyUser | |
getThreadPool() const | Application | |
getTopicProxyNames() | PropertyUser | |
GetVersion() | Application | inlinestatic |
HandlerFault(int sig) | Application | protectedstatic |
HandlerInterrupt(int sig) | Application | protectedstatic |
hasProperty(const std::string &name) | PropertyUser | |
icePropertiesUpdated(const std::set< std::string > &changedProperties) override | Application | virtual |
injectPropertyDefinitions(PropertyDefinitionsPtr &) | PropertyUser | virtual |
interruptCallback(int signal) override | Application | |
isPackageAutoDiscoveryEnabled() | Application | |
loadDefaultConfig(int argc, char *argv[], const Ice::InitializationData &initData) | Application | protected |
LoadDefaultConfig(Ice::PropertiesPtr properties) | Application | static |
loadDependentProjectDatapaths() | Application | protected |
parseOptionsMergeProperties(int argc, char *argv[]) | Application | protected |
PropertyUser() | PropertyUser | |
registerDataPathsFromDependencies(std::string dependencies) | Application | |
run(int argc, char *argv[]) override | Application | |
setForbidThreadCreation(bool value) | Application | |
setIceProperties(Ice::PropertiesPtr properties) override | Application | virtual |
setInstance(ApplicationPtr const &inst) | Application | static |
setName(const std::string &name) | Application | |
showHelp(ApplicationOptions::Options &options) | Application | protected |
storeCommandLineArguments(int argc, char *argv[]) | Application | |
tryAddProperty(const std::string &propertyName, const std::string &value) | PropertyUser | |
updateIceProperties(const Ice::PropertyDict &properties) override | Application | |
armarx::PropertyUser::updateIceProperties(const std::map< std::string, std::string > &changes) | PropertyUser | virtual |
updateProperties() | PropertyUser | |
updateProxies(IceManagerPtr) | PropertyUser | |
~PropertyUser() override | PropertyUser | |