tlx
GenericCharStringSetTraits< CharType > Class Template Reference

Traits class implementing StringSet concept for char* and unsigned char* strings. More...

#include <string_set.hpp>

Inheritance diagram for GenericCharStringSetTraits< CharType >:
GenericCharStringSet< CharType >

Public Types

typedef CharType Char
 exported alias for character type More...
 
typedef CharString
 String reference: pointer to first character. More...
 
typedef StringIterator
 Iterator over string references: pointer over pointers. More...
 
typedef const CharCharIterator
 iterator of characters in a string More...
 
typedef std::pair< Iterator, size_t > Container
 exported alias for assumed string container More...
 

Detailed Description

template<typename CharType>
class tlx::sort_strings_detail::GenericCharStringSetTraits< CharType >

Traits class implementing StringSet concept for char* and unsigned char* strings.

Definition at line 274 of file string_set.hpp.

Member Typedef Documentation

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.

typedef std::pair<Iterator, size_t> Container

exported alias for assumed string container

Definition at line 290 of file string_set.hpp.

typedef String* Iterator

Iterator over string references: pointer over pointers.

Definition at line 284 of file string_set.hpp.

typedef Char* String

String reference: pointer to first character.

Definition at line 281 of file string_set.hpp.


The documentation for this class was generated from the following file: