HDK
|
#include <HUSD_SetMetadata.h>
Public Member Functions | |
HUSD_SetMetadata (HUSD_AutoWriteLock &lock) | |
~HUSD_SetMetadata () | |
template<typename UtValueType > | |
bool | setMetadata (const UT_StringRef &object_path, const UT_StringRef &metadata_name, const UtValueType &value) const |
bool | clearMetadata (const UT_StringRef &object_path, const UT_StringRef &metadata_name) const |
Definition at line 26 of file HUSD_SetMetadata.h.
HUSD_SetMetadata::HUSD_SetMetadata | ( | HUSD_AutoWriteLock & | lock | ) |
HUSD_SetMetadata::~HUSD_SetMetadata | ( | ) |
bool HUSD_SetMetadata::clearMetadata | ( | const UT_StringRef & | object_path, |
const UT_StringRef & | metadata_name | ||
) | const |
bool HUSD_SetMetadata::setMetadata | ( | const UT_StringRef & | object_path, |
const UT_StringRef & | metadata_name, | ||
const UtValueType & | value | ||
) | const |