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 ONIXS_BATS_BOE_NOEXCEPT |
| operator StrRef () const ONIXS_BATS_BOE_NOEXCEPT | |
| 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] |