HDK
|
A specialized Writer
class that writes to a stdio FILE
buffer.
More...
#include <UT_Format.h>
Public Member Functions | |
FileWriter (FILE *file) | |
size_t | operator() (const char *begin, const char *end) |
Additional Inherited Members | |
![]() | |
UT_NonCopyable ()=default | |
~UT_NonCopyable ()=default | |
UT_NonCopyable (const UT_NonCopyable &)=delete | |
UT_NonCopyable & | operator= (const UT_NonCopyable &)=delete |
A specialized Writer
class that writes to a stdio FILE
buffer.
Definition at line 309 of file UT_Format.h.
|
inline |
Definition at line 311 of file UT_Format.h.