#include <attributetype.h>

Public Member Functions | |
| unsigned int | GetSupportedParameterCount () const |
| |
| size_t | GetEncodedLength () const |
| |
Static Public Attributes | |
| static const AttributeType | UNKNOWN |
| An unknown type. | |
Protected Member Functions | |
| AttributeType (const std::string &name, unsigned int supportedParameters, size_t encodedLength) | |
| AttributeType (const AttributeType &) | |
| AttributeType & | operator= (const AttributeType &) |
| virtual | ~AttributeType () |
Protected Attributes | |
| unsigned int | mSupportedParameterCount |
| size_t | mEncodedLength |
| dtHLAGM::AttributeType::AttributeType | ( | const std::string & | name, | |
| unsigned int | supportedParameters, | |||
| size_t | encodedLength | |||
| ) | [inline, protected] |
| dtHLAGM::AttributeType::AttributeType | ( | const AttributeType & | ) | [inline, protected] |
| virtual dtHLAGM::AttributeType::~AttributeType | ( | ) | [inline, protected, virtual] |
| unsigned int dtHLAGM::AttributeType::GetSupportedParameterCount | ( | ) | const [inline] |
| size_t dtHLAGM::AttributeType::GetEncodedLength | ( | ) | const [inline] |
| AttributeType& dtHLAGM::AttributeType::operator= | ( | const AttributeType & | ) | [inline, protected] |
const AttributeType dtHLAGM::AttributeType::UNKNOWN [static] |
An unknown type.
Used when mappings are not properly configured or a parameter translator does not recognize a type.
unsigned int dtHLAGM::AttributeType::mSupportedParameterCount [protected] |
size_t dtHLAGM::AttributeType::mEncodedLength [protected] |