|
enum | { capacity = SIZE
} |
|
using | rawType = char[SIZE] |
|
|
| TypedString (char const *s, size_t len=SIZE) |
|
| TypedString (std::string const &s) |
|
char const * | c_str () const |
|
bool | operator== (ThisT const &other) const |
|
bool | operator!= (ThisT const &other) const |
|
bool | operator< (ThisT const &other) const |
|
void | clear () |
|
size_t | size () const |
|
size_t | copyTo (char *to) const |
|
|
static char const * | typeName () |
|
|
struct | std::hash< TypedString< NAME, SIZE > > |
|
std::ostream & | operator<< (std::ostream &os, ThisT const &s) |
|
std::istream & | operator>> (std::istream &is, ThisT &s) |
|
The documentation for this struct was generated from the following file: