#include <mdtraits.h>
Inheritance diagram for MDTraits_Int16:

Public Member Functions | |
| virtual std::string | Name () const |
| A unique name for this trait. | |
Protected Member Functions | |
| virtual void | SetInt (MDValuePtr Object, Int32 Val) |
| Set Int16 from an Int32. | |
| virtual Int32 | GetInt (MDValuePtr Object) |
| Get Int32 from an Int16. | |
| virtual UInt32 | GetUInt (MDValuePtr Object) |
| Get UInt32 from an Int16. | |
| virtual std::string Name | ( | void | ) | const [inline, virtual] |
A unique name for this trait.
Reimplemented from MDTraits_BasicInt.
Reimplemented in MDTraits_UInt16, and MDTraits_UTF16.
| void SetInt | ( | MDValuePtr | Object, | |
| Int32 | Val | |||
| ) | [protected, virtual] |
| Int32 GetInt | ( | MDValuePtr | Object | ) | [protected, virtual] |
| UInt32 GetUInt | ( | MDValuePtr | Object | ) | [protected, virtual] |
1.5.1-p1