Engauge Digitizer 2
|
Streaming of simple types and objects to a category. More...
#include <CategoryStream.hh>
Public Member Functions | |
CategoryStream (Category &category, Priority::Value priority) | |
Single constructor. | |
virtual | ~CategoryStream () |
Category & | getCategory () const |
Return useless value. | |
Priority::Value | getPriority () const throw () |
Return useless value. | |
void | flush () |
Noop. | |
template<typename T > | |
CategoryStream & | operator<< (const T &) |
Stream of arbitrary types and objects. | |
CategoryStream & | operator<< (const char *) |
Noop insertion method for character. | |
CategoryStream & | operator<< (const std::string &) |
Noop insertion method for string. | |
std::streamsize | width (std::streamsize wide) |
Noop method to get width. | |
Streaming of simple types and objects to a category.
Definition at line 15 of file CategoryStream.hh.
log4cpp::CategoryStream::CategoryStream | ( | Category & | category, |
Priority::Value | priority ) |
Single constructor.
Definition at line 6 of file CategoryStream.cpp.
|
virtual |
Definition at line 12 of file CategoryStream.cpp.
void log4cpp::CategoryStream::flush | ( | ) |
Noop.
|
inline |
|
inline |
Return useless value.
Definition at line 28 of file CategoryStream.hh.
|
inline |
Noop insertion method for character.
Definition at line 42 of file CategoryStream.hh.
|
inline |
Noop insertion method for string.
Definition at line 47 of file CategoryStream.hh.
|
inline |
Stream of arbitrary types and objects.
Definition at line 37 of file CategoryStream.hh.
std::streamsize log4cpp::CategoryStream::width | ( | std::streamsize | wide | ) |
Noop method to get width.