WPILibC++
unspecified
|
These are templated helper classes used by the format function that capture the object to be formated and the format string. More...
#include <Format.h>
Public Member Functions | |
format_object (const char *fmt, const Ts &...vals) | |
int | snprint (char *Buffer, unsigned BufferSize) const override |
Call snprintf() for this object, on the given buffer and size. | |
![]() | |
format_object_base (const char *fmt) | |
unsigned | print (char *Buffer, unsigned BufferSize) const |
Format the object into the specified buffer. More... | |
Additional Inherited Members | |
![]() | |
format_object_base (const format_object_base &)=default | |
virtual void | home () |
![]() | |
const char * | Fmt |
These are templated helper classes used by the format function that capture the object to be formated and the format string.
When actually printed, this synthesizes the string into a temporary buffer provided and returns whether or not it is big enough.