|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <string_frm.h>
Public Member Functions | |
| template<class ... Args> | |
| string_frm (const Args &... arg) | |
| ~string_frm () | |
| string_frm (string_frm &&other) | |
| string_frm & | operator= (string_frm &&other) |
| operator std::string_view () const | |
| bool | empty () const |
| char * | c_str () |
| char * | begin () |
| char * | end () |
| const char * | begin () const |
| const char * | end () const |
Friends | |
| template<size_t sz> | |
| bool | operator== (const string_frm< sz > &l, std::string_view v) |
| template<size_t sz> | |
| bool | operator== (std::string_view v, const string_frm< sz > &l) |
Definition at line 8 of file string_frm.h.
|
inline |
Definition at line 11 of file string_frm.h.
|
inline |
Definition at line 25 of file string_frm.h.
|
inline |
Definition at line 30 of file string_frm.h.
|
inline |
Definition at line 57 of file string_frm.h.
|
inline |
Definition at line 69 of file string_frm.h.
|
inline |
Definition at line 51 of file string_frm.h.
|
inline |
Definition at line 45 of file string_frm.h.
|
inline |
Definition at line 63 of file string_frm.h.
|
inline |
Definition at line 75 of file string_frm.h.
|
inline |
Definition at line 39 of file string_frm.h.
|
inline |
Definition at line 34 of file string_frm.h.
|
friend |
Definition at line 164 of file string_frm.h.
|
friend |
Definition at line 170 of file string_frm.h.
| char* string_frm< storageSz >::heap |
Definition at line 89 of file string_frm.h.
| char string_frm< storageSz >::stk[storageSz] = {} |
Definition at line 88 of file string_frm.h.