|
Thrill
0.1
|
Traits class implementing StringSet concept for char* and unsigned char* strings.
Definition at line 274 of file string_set.hpp.
Inheritance diagram for GenericCharStringSetTraits< CharType >:#include <string_set.hpp>
Public Types | |
| typedef CharType | Char |
| exported alias for character type More... | |
| typedef const Char * | CharIterator |
| iterator of characters in a string More... | |
| typedef std::pair< Iterator, size_t > | Container |
| exported alias for assumed string container More... | |
| typedef String * | Iterator |
| Iterator over string references: pointer over pointers. More... | |
| typedef Char * | String |
| String reference: pointer to first character. More... | |
| typedef CharType Char |
exported alias for character type
Definition at line 278 of file string_set.hpp.
| typedef const Char* CharIterator |
iterator of characters in a string
Definition at line 287 of file string_set.hpp.
exported alias for assumed string container
Definition at line 290 of file string_set.hpp.
Iterator over string references: pointer over pointers.
Definition at line 284 of file string_set.hpp.
String reference: pointer to first character.
Definition at line 281 of file string_set.hpp.