VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Super simple class to hold and compare strings on the stack. More...
#include <TString.hpp>
Public Member Functions | |
StackString () | |
StackString (const char *str) | |
StackString & | operator= (const char *str) |
const char * | c_str () const |
const char & | operator[] (const Size index) const |
char & | operator[] (const Size index) |
template<int N2> | |
bool | operator== (const StackString< N2 > &b) const |
bool | operator== (const char *str) const |
bool | empty () const |
Size | size () const |
void | set (const char *str) |
Private Types | |
using | Size = unsigned int |
Private Attributes | |
char | mData [N] |
Super simple class to hold and compare strings on the stack.
N | Size of the string |
Definition at line 13 of file TString.hpp.
|
private |
Definition at line 15 of file TString.hpp.
|
inline |
Definition at line 17 of file TString.hpp.
|
inline |
|
inline |
Definition at line 20 of file TString.hpp.
|
inline |
Definition at line 44 of file TString.hpp.
|
inline |
|
inline |
Definition at line 33 of file TString.hpp.
|
inline |
Definition at line 25 of file TString.hpp.
|
inline |
Definition at line 22 of file TString.hpp.
|
inline |
Definition at line 21 of file TString.hpp.
|
inline |
|
inline |
Definition at line 49 of file TString.hpp.
|
private |
Definition at line 14 of file TString.hpp.