#include <TagDef.hpp>
Collaboration diagram for CTagDef:
this class is a class wrapper around the TagDef structure, which was designed to be a structure to ease initialization. this class provides easy-to-use functions to provide access to the tag definition data.
|
Initial value: { 0, &CTagDef::Format<uint8_t, int>, &CTagDef::FormatAscii, &CTagDef::Format<uint16_t, uint16_t>, &CTagDef::Format<uint32_t, uint32_t>, &CTagDef::Format<Rational<uint32_t>, Rational<uint32_t> >, &CTagDef::Format<int8_t, int>, &CTagDef::FormatUndefined, &CTagDef::Format<int16_t, int16_t>, &CTagDef::Format<int32_t, int32_t>, &CTagDef::Format<Rational<int32_t>, Rational<int32_t> >, &CTagDef::FormatUnsupported, &CTagDef::FormatUnsupported, } |