HDK
|
#include <UT_Format.h>
Public Member Functions | |
virtual size_t | operator() (const char *begin, const char *end)=0 |
size_t | operator() (const char *begin, size_t length) |
pointer+length api More... | |
CustomWriter ()=default | |
virtual | ~CustomWriter ()=default |
Base class. This is the only api that Formatter uses. This serves as a template when writing a new Formatter writer for cases that the FileWriter, StreamWriter, and Writer don't cover.
Definition at line 169 of file UT_Format.h.
|
default |
|
virtualdefault |
|
pure virtual |
Write the range of bytes from begin
to end
, non-inclusive (i.e. don't write out the byte pointed to by end
). Return the number of bytes written.
Implemented in UT::Format::Writer.
|
inline |
pointer+length api
Definition at line 177 of file UT_Format.h.