#include <mcllib/MCVariant.h>
Inheritance diagram for MCVTNumericInt:

Public Member Functions | |
| operator mcint16 () | |
| Obtain the value as an 16-bit signed integer. | |
| operator mcint32 () | |
| Obtain the value as an 32-bit signed integer. | |
| operator mcint64 () | |
| Obtain the value as an 64-bit signed integer. | |
| operator mcint8 () | |
| Obtain the value as an 8-bit signed integer. | |
| operator mcuint16 () | |
| Obtain the value as an 16-bit unsigned integer. | |
| operator mcuint32 () | |
| Obtain the value as an 32-bit unsigned integer. | |
| operator mcuint64 () | |
| Obtain the value as an 64-bit unsigned integer. | |
| operator mcuint8 () | |
| Obtain the value as an 8-bit unsigned integer. | |
Protected Member Functions | |
| MCVTNumericInt (const MCVariantType &vt, mcuint32 type) | |
| Constructor used by derived types. | |
| MCVTNumericInt (mcuint32 type) | |
| Constructor used by derived types. | |
This type cannot be constructed directly. Instead, construct a derived type.
1.3.9.1