addProfile(const std::string &ns, const std::string &profile_name, const Profile::ConstPtr &profile) | tesseract_common::ProfileDictionary | |
addProfile(const std::string &ns, const std::vector< std::string > &profile_names, const Profile::ConstPtr &profile) | tesseract_common::ProfileDictionary | |
boost::serialization::access class | tesseract_common::ProfileDictionary | friend |
clear() | tesseract_common::ProfileDictionary | |
ConstPtr typedef | tesseract_common::ProfileDictionary | |
getAllProfileEntries() const | tesseract_common::ProfileDictionary | |
getProfile(std::size_t key, const std::string &ns, const std::string &profile_name) const | tesseract_common::ProfileDictionary | |
getProfile(const std::string &ns, const std::string &profile_name, std::shared_ptr< const ProfileType > default_profile=nullptr) const | tesseract_common::ProfileDictionary | inline |
getProfileEntry(std::size_t key, const std::string &ns) const | tesseract_common::ProfileDictionary | |
hasProfile(std::size_t key, const std::string &ns, const std::string &profile_name) const | tesseract_common::ProfileDictionary | |
hasProfileEntry(std::size_t key, const std::string &ns) const | tesseract_common::ProfileDictionary | |
mutex_ | tesseract_common::ProfileDictionary | mutableprotected |
operator=(const ProfileDictionary &) | tesseract_common::ProfileDictionary | |
operator=(ProfileDictionary &&) noexcept | tesseract_common::ProfileDictionary | |
ProfileDictionary()=default | tesseract_common::ProfileDictionary | |
ProfileDictionary(const ProfileDictionary &) | tesseract_common::ProfileDictionary | |
ProfileDictionary(ProfileDictionary &&) noexcept | tesseract_common::ProfileDictionary | |
profiles_ | tesseract_common::ProfileDictionary | protected |
Ptr typedef | tesseract_common::ProfileDictionary | |
removeProfile(std::size_t key, const std::string &ns, const std::string &profile_name) | tesseract_common::ProfileDictionary | |
removeProfileEntry(std::size_t key, const std::string &ns) | tesseract_common::ProfileDictionary | |
serialize(Archive &ar, const unsigned int version) | tesseract_common::ProfileDictionary | private |
tesseract_common::Serialization | tesseract_common::ProfileDictionary | friend |
~ProfileDictionary()=default | tesseract_common::ProfileDictionary | |