tlx
|
Traits class implementing StringSet concept for char* and unsigned char* strings. More...
#include <string_set.hpp>
Public Types | |
typedef CharType | Char |
exported alias for character type More... | |
typedef Char * | String |
String reference: pointer to first character. More... | |
typedef String * | Iterator |
Iterator over string references: pointer over pointers. More... | |
typedef std::pair< Iterator, size_t > | Container |
exported alias for assumed string container More... | |
Public Attributes | |
const typedef Char * | CharIterator |
iterator of characters in a string More... | |
Traits class implementing StringSet concept for char* and unsigned char* strings.
Definition at line 292 of file string_set.hpp.
typedef CharType Char |
exported alias for character type
Definition at line 296 of file string_set.hpp.
exported alias for assumed string container
Definition at line 308 of file string_set.hpp.
Iterator over string references: pointer over pointers.
Definition at line 302 of file string_set.hpp.
String reference: pointer to first character.
Definition at line 299 of file string_set.hpp.
const typedef Char* CharIterator |
iterator of characters in a string
Definition at line 305 of file string_set.hpp.