Public Member Functions | |
bool | Contains (const std::string &key) const |
FontInstance * | Get (const std::string &key) const |
void | Add (const std::string &key, FontInstance *pFontInstance) |
void | Remove (const std::string &key) |
int | GetReferenceCount (const std::string &key) const |
void | IncrementReferenceCount (const std::string &key) |
void | DecrementReferenceCount (const std::string &key) |
std::vector< std::string > | AllKeys () const |
Additional Inherited Members | |
Private Member Functions inherited from Eegeo::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
NonCopyable & | operator= (const NonCopyable &)=delete |