#include <counter.hpp>
Classes | |
struct | category |
Public Types | |
typedef Ch | char_type |
Public Member Functions | |
basic_counter (int first_line=0, int first_char=0) | |
int | lines () const |
int | characters () const |
std::streamsize | optimal_buffer_size () const |
template<typename Source > | |
std::streamsize | read (Source &src, char_type *s, std::streamsize n) |
template<typename Sink > | |
std::streamsize | write (Sink &snk, const char_type *s, std::streamsize n) |
typedef Ch boost::iostreams::basic_counter< Ch >::char_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References count, and boost::iostreams::read().
|
inline |
References count, and boost::iostreams::write().