Arduino DLNA Server
Public Member Functions | Protected Attributes | List of all members
tiny_dlna::StringRegistry Class Reference

#include <StringRegistry.h>

Collaboration diagram for tiny_dlna::StringRegistry:
Collaboration graph
[legend]

Public Member Functions

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...
 

Protected Attributes

Vector< Strstrings
 

Member Function Documentation

◆ add()

const char* tiny_dlna::StringRegistry::add ( char *  in)
inline

adds a string

◆ 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.

Member Data Documentation

◆ strings

Vector<Str> tiny_dlna::StringRegistry::strings
protected

The documentation for this class was generated from the following file: