Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

null_sink Struct Reference

#include <fastformat/sinks/null.hpp>

List of all members.


Detailed Description

A class that acts as a bit-bucket sink.

Public Member Functions

 null_sink ()
 Construction.

Public Attributes

size_t numWrites
size_t numSlices
size_t cchTotal

Constructor & Destructor Documentation

null_sink (  )  [inline]

Construction.

Initialises all statistics members to zero


Member Data Documentation

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().


The documentation for this struct was generated from the following file:

FastFormat Library documentation © Matthew Wilson, 2006-2009 SourceForge.net Logo