tlx
|
Class implementing StringSet concept for a std::string objects. More...
#include <string_set.hpp>
Public Types | |
typedef uint8_t | Char |
exported alias for character type More... | |
typedef std::string | String |
String reference: std::string, which should be reference counted. More... | |
typedef String * | Iterator |
Iterator over string references: pointer to std::string. 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... | |
Class implementing StringSet concept for a std::string objects.
Definition at line 390 of file string_set.hpp.
typedef uint8_t Char |
exported alias for character type
Definition at line 394 of file string_set.hpp.
exported alias for assumed string container
Definition at line 406 of file string_set.hpp.
Iterator over string references: pointer to std::string.
Definition at line 400 of file string_set.hpp.
typedef std::string String |
String reference: std::string, which should be reference counted.
Definition at line 397 of file string_set.hpp.
const typedef Char* CharIterator |
iterator of characters in a string
Definition at line 403 of file string_set.hpp.