#include <mdtraits.h>
Inheritance diagram for MDTraits_UMID:
Public Member Functions | |
virtual bool | HandlesSubdata (void) const |
Does this trait take control of all sub-data and build values in the values own DataChunk? | |
virtual std::string | Name () const |
A unique name for this trait. | |
Protected Member Functions | |
virtual void | SetString (MDValuePtr Object, std::string Val) |
virtual std::string | GetString (MDValuePtr Object) |
virtual bool HandlesSubdata | ( | void | ) | const [inline, virtual] |
Does this trait take control of all sub-data and build values in the values own DataChunk?
The entire UMID is held locally
Reimplemented from MDTraits_Raw.
virtual std::string Name | ( | void | ) | const [inline, virtual] |
void SetString | ( | MDValuePtr | Object, | |
std::string | Val | |||
) | [protected, virtual] |
Reimplemented from MDTraits_Raw.
std::string GetString | ( | MDValuePtr | Object | ) | [protected, virtual] |
Reimplemented from MDTraits_Raw.