|
static type | char_ () |
| Returns a handle to the primitive type 'char'.
|
|
static type | short_ () |
| Returns a handle to the primitive type 'short'.
|
|
static type | int_ () |
| Returns a handle to the primitive type 'int'.
|
|
static type | long_ () |
| Returns a handle to the primitive type 'long'.
|
|
static type | long_long () |
| Returns a handle to the primitive type 'long long'.
|
|
static type | uchar () |
| Returns a handle to the primitive type 'unsigned char'.
|
|
static type | ushort () |
| Returns a handle to the primitive type 'unsigned short'.
|
|
static type | uint () |
| Returns a handle to the primitive type 'unsigned int'.
|
|
static type | ulong () |
| Returns a handle to the primitive type 'unsigned long'.
|
|
static type | ulong_long () |
| Returns a handle to the primitive type 'unsigned long long'.
|
|
static type | float_ () |
| Returns a handle to the primitive type 'float'.
|
|
static type | double_ () |
| Returns a handle to the primitive type 'double'.
|
|
static type | string () |
| Returns a handle to the primitive type 'string'.
|
|
static type | object_reference () |
| Returns a handle to the primitive type 'object reference'.
|
|
static type | compound_type (const type_layout &layout) |
| Creates a new compound type using a given layout. More...
|
|
A handle to an HDF5 type.