|
|
typedef etl::conditional< is_const, constchar *, char * >::type | value_type |
| |
|
typedef etl::conditional< is_const, constchar *&, char *& >::type | reference |
| |
|
typedef etl::conditional< is_const, constchar **, char ** >::type | pointer |
| |
|
typedef ptrdiff_t | difference_type |
| |
|
typedef ETL_OR_STD::forward_iterator_tag | iterator_category |
| |
|
typedef etl::conditional< is_const, constvoid *, void * >::type | void_type |
| |
|
typedef etl::conditional< is_const, constipool, ipool >::type | pool_type |
| |
|
typedef etl::conditional< is_const, constchar *const *, char ** >::type | pointer_type |
| |
The documentation for this class was generated from the following file: