ChimeraTK-ApplicationCore  04.01.00
ChimeraTK::ConfigReader Member List

This is the complete list of members for ChimeraTK::ConfigReader, including all inherited members.

_accessorListChimeraTK::EntityOwnerprotected
_arrayMapChimeraTK::ConfigReaderprotected
_circularNetworkHashChimeraTK::ApplicationModuleprotected
_currentVersionNumberChimeraTK::ApplicationModuleprotected
_dataFaultCounterChimeraTK::ApplicationModuleprotected
_descriptionChimeraTK::EntityOwnerprotected
_fileNameChimeraTK::ConfigReaderprotected
_modelChimeraTK::ApplicationModuleprotected
_moduleListChimeraTK::EntityOwnerprotected
_moduleThreadChimeraTK::ApplicationModuleprotected
_moduleTreeChimeraTK::ConfigReaderprotected
_nameChimeraTK::EntityOwnerprotected
_ownerChimeraTK::Moduleprotected
_recursionStopperChimeraTK::ApplicationModuleprotected
_tagsChimeraTK::EntityOwnerprotected
_testableModeReachedChimeraTK::EntityOwnerprotected
_typeMapChimeraTK::ConfigReaderprotected
_variableMapChimeraTK::ConfigReaderprotected
addTag(const std::string &tag)ChimeraTK::EntityOwner
appConfig()ChimeraTK::Modulestatic
ApplicationModule(ModuleGroup *owner, const std::string &name, const std::string &description, const std::unordered_set< std::string > &tags={})ChimeraTK::ApplicationModule
ApplicationModule()=defaultChimeraTK::ApplicationModule
ApplicationModule(ApplicationModule &&other) noexceptChimeraTK::ApplicationModuleinline
ArrayFunctorFillChimeraTK::ConfigReaderfriend
checkArray(std::string const &name, std::string const &type) constChimeraTK::ConfigReaderprotected
checkVariable(std::string const &name, std::string const &type) constChimeraTK::ConfigReaderprotected
className()ChimeraTK::ApplicationModuleinlineprotected
ConfigReader(ModuleGroup *owner, const std::string &name, const std::string &fileName, const std::unordered_set< std::string > &tags={})ChimeraTK::ConfigReader
constant(T value)ChimeraTK::EntityOwner
construct(const std::string &fileName)ChimeraTK::ConfigReaderprotected
createArray(const std::string &name, const std::map< size_t, std::string > &values)ChimeraTK::ConfigReaderprotected
createVar(const std::string &name, const std::string &value)ChimeraTK::ConfigReaderprotected
decrementDataFaultCounter() overrideChimeraTK::ApplicationModulevirtual
disable()ChimeraTK::Module
dump(const std::string &prefix="", std::ostream &stream=std::cout) constChimeraTK::EntityOwner
EntityOwner(std::string name, std::string description, std::unordered_set< std::string > tags={})ChimeraTK::EntityOwner
EntityOwner()ChimeraTK::EntityOwner
EntityOwner(EntityOwner &&other) noexceptChimeraTK::EntityOwnerinline
EntityOwner(const EntityOwner &other)=deleteChimeraTK::EntityOwner
findApplicationModule()ChimeraTK::Module
FunctorFillChimeraTK::ConfigReaderfriend
FunctorGetTypeForNameChimeraTK::ConfigReaderfriend
FunctorSetValuesChimeraTK::ConfigReaderfriend
FunctorSetValuesArrayChimeraTK::ConfigReaderfriend
get(const std::string &variableName) constChimeraTK::ConfigReader
get(const std::string &variableName, const T &defaultValue) constChimeraTK::ConfigReader
getAccessorList() constChimeraTK::EntityOwnerinline
getAccessorListRecursive() constChimeraTK::EntityOwner
getCircularNetworkHash() const overrideChimeraTK::ApplicationModulevirtual
getCurrentVersionNumber() const overrideChimeraTK::ApplicationModuleinlinevirtual
getDataFaultCounter() constChimeraTK::ApplicationModuleinline
getDataValidity() const overrideChimeraTK::ApplicationModulevirtual
getDescription() constChimeraTK::EntityOwnerinline
getFullDescription() const overrideChimeraTK::Modulevirtual
getImpl(const std::string &variableName, T *) constChimeraTK::ConfigReaderprotected
getImpl(const std::string &variableName, std::vector< T > *) constChimeraTK::ConfigReaderprotected
getInputModulesRecursively(std::list< EntityOwner * > startList) overrideChimeraTK::ApplicationModulevirtual
getModel()ChimeraTK::ApplicationModuleinline
getModules(const std::string &path={}) constChimeraTK::ConfigReader
getModuleType() const overrideChimeraTK::ApplicationModuleinlinevirtual
getName() constChimeraTK::EntityOwnerinline
getOwner() constChimeraTK::Moduleinline
getQualifiedName() const overrideChimeraTK::Modulevirtual
getQualifiedNameWithType() constChimeraTK::EntityOwner
getSubmoduleList() constChimeraTK::EntityOwnerinline
getSubmoduleListRecursive() constChimeraTK::EntityOwner
getVirtualQualifiedName() const overrideChimeraTK::VariableGroupvirtual
hasReachedTestableMode()ChimeraTK::EntityOwner
incrementDataFaultCounter() overrideChimeraTK::ApplicationModulevirtual
logger(Logger::Severity severity)ChimeraTK::ApplicationModuleinline
mainLoop() overrideChimeraTK::ConfigReaderinlinevirtual
mainLoopWrapper()ChimeraTK::ApplicationModuleprotected
MapOfArray typedefChimeraTK::ConfigReaderprotected
MapOfVar typedefChimeraTK::ConfigReaderprotected
Module(EntityOwner *owner, const std::string &name, const std::string &description, const std::unordered_set< std::string > &tags={})ChimeraTK::Module
Module()=defaultChimeraTK::Module
Module(Module &&other) noexceptChimeraTK::Moduleinline
ModuleType enum nameChimeraTK::EntityOwner
namePrefixConstantChimeraTK::EntityOwnerstatic
operator=(ApplicationModule &&other) noexceptChimeraTK::ApplicationModule
ChimeraTK::VariableGroup::operator=(VariableGroup &&other) noexceptChimeraTK::VariableGroup
ChimeraTK::VariableGroup::operator=(const VariableGroup &other) noexcept=deleteChimeraTK::VariableGroup
ChimeraTK::Module::operator=(Module &&other) noexceptChimeraTK::Module
ChimeraTK::EntityOwner::operator=(EntityOwner &&other) noexceptChimeraTK::EntityOwner
ChimeraTK::EntityOwner::operator=(const EntityOwner &other)=deleteChimeraTK::EntityOwner
parsingError(const std::string &message)ChimeraTK::ConfigReaderprotected
prepare() overrideChimeraTK::ConfigReadervirtual
readAll(bool includeReturnChannels=false)ChimeraTK::Module
readAllLatest(bool includeReturnChannels=false)ChimeraTK::Module
readAllNonBlocking(bool includeReturnChannels=false)ChimeraTK::Module
readAnyGroup()ChimeraTK::Module
registerAccessor(VariableNetworkNode accessor)ChimeraTK::EntityOwner
registerModule(Module *module, bool addTags=true)ChimeraTK::EntityOwner
run() overrideChimeraTK::ApplicationModulevirtual
setCircularNetworkHash(size_t circularNetworkHash)ChimeraTK::ApplicationModule
setCurrentVersionNumber(VersionNumber versionNumber) overrideChimeraTK::ApplicationModulevirtual
setOwner(EntityOwner *newOwner)ChimeraTK::Moduleinline
terminate() overrideChimeraTK::ApplicationModulevirtual
unregisterAccessor(const VariableNetworkNode &accessor)ChimeraTK::EntityOwnerinline
unregisterModule(Module *module) overrideChimeraTK::ApplicationModulevirtual
VariableGroup(VariableGroup *owner, const std::string &name, const std::string &description, const std::unordered_set< std::string > &tags={})ChimeraTK::VariableGroup
VariableGroup()=defaultChimeraTK::VariableGroup
VariableGroup(VariableGroup &&other) noexceptChimeraTK::VariableGroupinline
VariableGroup(const VariableGroup &other) noexcept=deleteChimeraTK::VariableGroup
writeAll(bool includeReturnChannels=false)ChimeraTK::Module
writeAllDestructively(bool includeReturnChannels=false)ChimeraTK::Module
~ApplicationModule() overrideChimeraTK::ApplicationModule
~ConfigReader() overrideChimeraTK::ConfigReader
~EntityOwner()=defaultChimeraTK::EntityOwnervirtual
~Module() overrideChimeraTK::Module