Public Member Functions | |
Impl () | |
Default constructor. | |
Impl (const std::string &prefix, const std::string &property) | |
void | decomposeKey (const std::string &key) |
Parse and convert the key string into property and prefix. Updates data members if the string can be decomposed, or throws Error. | |
Public Attributes | |
std::string | prefix_ |
Prefix. | |
std::string | property_ |
Property name. | |
Static Public Attributes | |
const char * | familyName_ = "Xmp" |
"Xmp" |
|
Parse and convert the key string into property and prefix. Updates data members if the string can be decomposed, or throws Error.
|