|
| enum | ctor { null
} |
| |
|
typedef VALTYPE | value_type |
| |
|
typedef VALTYPE & | value_reference |
| |
|
typedef VALTYPE * | value_pointer |
| |
|
typedef VALTYPE const * | value_const_pointer |
| |
|
typedef TYPE< bool > | bool_type |
| |
|
typedef sizeType | size_type |
| |
|
typedef TYPE< VALTYPE > | type |
| |
|
typedef TYPE< VALTYPE > * | pointer |
| |
|
typedef TYPE< VALTYPE > const * | const_pointer |
| |
|
typedef TYPE< VALTYPE > const *const | const_pointer_const |
| |
|
typedef TYPE< VALTYPE > *const | pointer_const |
| |
|
typedef TYPE< VALTYPE > & | reference |
| |
|
typedef TYPE< VALTYPE > const & | const_reference |
| |
|
typedef TYPE< VALTYPE > const & | param_type |
| |
|
|
value_const_pointer | value_address () const |
| |
|
value_pointer | value_address () |
| |
|
|
static bool | is_vector () |
| |
|
static bool | is_matrix () |
| |
The documentation for this struct was generated from the following file: