![]() |
![]() |
|
|
#include <fastformat/sinks/null.hpp>
Public Member Functions | |
null_sink () | |
Construction. | |
Public Attributes | |
size_t | numWrites |
size_t | numSlices |
size_t | cchTotal |
null_sink | ( | ) | [inline] |
Construction.
Initialises all statistics members to zero
size_t numWrites |
The number of times fmt_slices() was invoked on the instance
Referenced by fastformat::sinks::fmt_slices().
size_t numSlices |
The total number of slices passed in all invocations of fmt_slices()
Referenced by fastformat::sinks::fmt_slices().
size_t cchTotal |
The total number of characters passed in all invocations of fmt_slices()
Referenced by fastformat::sinks::fmt_slices().
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|