|
OpenStructure
|
#include <fixed_string.hh>
Public Member Functions | |
| FixedString () | |
| FixedString (const String &str) | |
| FixedString (const char *str) | |
| size_t | length () const |
| size_t | size () const |
| char | operator[] (size_t index) const |
| char & | operator[] (size_t index) |
| bool | operator== (const String &rhs) const |
| bool | operator!= (const String &rhs) const |
| bool | operator== (const FixedString< LENGTH > &rhs) const |
| bool | operator!= (const FixedString< LENGTH > &rhs) const |
| size_t | capacity () const |
| FixedString< LENGTH > & | operator= (const String &rhs) |
| template<typename DS > | |
| void | Serialize (DS &ds) |
| const char * | c_str () const |
| char * | data () |
| const char * | data () const |
string class that uses an array of static size to hold the characters
Definition at line 13 of file fixed_string.hh.
|
inline |
Definition at line 15 of file fixed_string.hh.
|
inlineexplicit |
Definition at line 19 of file fixed_string.hh.
|
inlineexplicit |
Definition at line 23 of file fixed_string.hh.
|
inline |
Definition at line 70 of file fixed_string.hh.
|
inline |
Definition at line 58 of file fixed_string.hh.
|
inline |
Definition at line 73 of file fixed_string.hh.
|
inline |
Definition at line 74 of file fixed_string.hh.
|
inline |
Definition at line 28 of file fixed_string.hh.
|
inline |
Definition at line 48 of file fixed_string.hh.
|
inline |
Definition at line 55 of file fixed_string.hh.
|
inline |
Definition at line 61 of file fixed_string.hh.
|
inline |
Definition at line 44 of file fixed_string.hh.
|
inline |
Definition at line 51 of file fixed_string.hh.
|
inline |
Definition at line 36 of file fixed_string.hh.
|
inline |
Definition at line 40 of file fixed_string.hh.
|
inline |
Definition at line 67 of file fixed_string.hh.
|
inline |
Definition at line 32 of file fixed_string.hh.
1.8.1.1