#include <StrPrint.h>
|
| StrPrint (int incSize=200) |
|
size_t | write (uint8_t ch) override |
|
size_t | write (const uint8_t *buffer, size_t size) override |
|
const char * | c_str () |
|
size_t | length () |
|
void | reset () |
|
◆ StrPrint()
tiny_dlna::StrPrint::StrPrint |
( |
int |
incSize = 200 | ) |
|
|
inline |
◆ c_str()
const char* tiny_dlna::StrPrint::c_str |
( |
| ) |
|
|
inline |
◆ length()
size_t tiny_dlna::StrPrint::length |
( |
| ) |
|
|
inline |
◆ reset()
void tiny_dlna::StrPrint::reset |
( |
| ) |
|
|
inline |
◆ write() [1/2]
size_t tiny_dlna::StrPrint::write |
( |
const uint8_t * |
buffer, |
|
|
size_t |
size |
|
) |
| |
|
inlineoverride |
◆ write() [2/2]
size_t tiny_dlna::StrPrint::write |
( |
uint8_t |
ch | ) |
|
|
inlineoverride |
◆ inc_size
int tiny_dlna::StrPrint::inc_size |
|
protected |
◆ str
Str tiny_dlna::StrPrint::str {200} |
|
protected |
The documentation for this class was generated from the following file: