#include <StringRegistry.h>
|
const char * | add (char *in) |
| adds a string More...
|
|
void | clear () |
|
size_t | count () |
| Reports the number of strings. More...
|
|
size_t | size () |
| Reports the total size of all allocated strings. More...
|
|
◆ add()
const char* tiny_dlna::StringRegistry::add |
( |
char * |
in | ) |
|
|
inline |
◆ clear()
void tiny_dlna::StringRegistry::clear |
( |
| ) |
|
|
inline |
◆ count()
size_t tiny_dlna::StringRegistry::count |
( |
| ) |
|
|
inline |
Reports the number of strings.
◆ size()
size_t tiny_dlna::StringRegistry::size |
( |
| ) |
|
|
inline |
Reports the total size of all allocated strings.
◆ strings
Vector<Str> tiny_dlna::StringRegistry::strings |
|
protected |
The documentation for this class was generated from the following file: