|
void | insert (const std::string &filePath, const std::string &filter, const T &value) |
|
bool | contains (const std::string &filePath, const std::string &filter) |
|
void | clear () |
|
bool | hasChanged (const std::string &filePath) |
|
const T * | get (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT void | insert (const std::string &filePath, const std::string &filter, const AnimationClip &value) |
|
ATOMS_EXPORT bool | contains (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT bool | hasChanged (const std::string &filePath) |
|
ATOMS_EXPORT const AnimationClip * | get (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT void | clear () |
|
ATOMS_EXPORT void | insert (const std::string &filePath, const std::string &filter, const AtomsPtr< AtomsCore::MapMetadata > &value) |
|
ATOMS_EXPORT bool | contains (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT bool | hasChanged (const std::string &filePath) |
|
ATOMS_EXPORT const AtomsPtr< AtomsCore::MapMetadata > * | get (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT void | clear () |
|
ATOMS_EXPORT void | insert (const std::string &filePath, const std::string &filter, const AtomsCore::Skeleton &value) |
|
ATOMS_EXPORT bool | contains (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT bool | hasChanged (const std::string &filePath) |
|
ATOMS_EXPORT const AtomsCore::Skeleton * | get (const std::string &filePath, const std::string &filter) |
|
ATOMS_EXPORT void | clear () |
|