20 #ifndef FASTUIDRAW_STRING_ARRAY_HPP 21 #define FASTUIDRAW_STRING_ARRAY_HPP 98 get(
unsigned int I)
const;
106 set(
unsigned int I,
c_string value);
void swap(string_array &obj)
all classes and functions of FastUIDraw are in the namespace fastuidraw.
string_array & pop_back(void)
void resize(unsigned int size, c_string value="")
A c_array is a wrapper over a C pointer with a size parameter to facilitate bounds checking and provi...
string_array & push_back(c_string value)
const char * c_string
Conveniant typedef for C-style strings.
string_array & operator=(const string_array &rhs)
unsigned int size(void) const