This is a profile dictionary for storing all profiles. More...
#include <tesseract_common/macros.h>
#include <unordered_map>
#include <memory>
#include <shared_mutex>
#include <tesseract_common/profile.h>
#include <tesseract_common/any_poly.h>
Go to the source code of this file.
Classes | |
class | tesseract_common::ProfileDictionary |
This class is used to store profiles used by various tasks. More... | |
Namespaces | |
tesseract_common | |
Typedefs | |
using | tesseract_common::ProfileDictionaryPtrAnyPoly = tesseract_common::AnyWrapper< std::shared_ptr< ProfileDictionary > > |
This is a profile dictionary for storing all profiles.
Definition in file profile_dictionary.h.