Additional Inherited Members | |
| Public Member Functions inherited from String< N, FILLER > | |
| size_t | size () const |
| String () | |
| String (const std::string &value) | |
| String (Byte value) | |
| std::string | toString () const |
| StrRef | toStrRef () const throw () |
| operator StrRef () const throw () | |
| String< N > & | operator= (const StrRef value) |
| bool | operator== (const String< N > &other) const |
| bool | operator!= (const String< N > &other) const |
| Public Attributes inherited from String< N, FILLER > | |
| Byte | data [N] |