|
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. More... | |
| virtual | ~CategoryStream () |
| Category & | getCategory () const |
| Return useless value. More... | |
| Priority::Value | getPriority () const throw () |
| Return useless value. More... | |
| void | flush () |
| Noop. More... | |
| template<typename T > | |
| CategoryStream & | operator<< (const T &) |
| Stream of arbitrary types and objects. More... | |
| CategoryStream & | operator<< (const char *) |
| Noop insertion method for character. More... | |
| CategoryStream & | operator<< (const std::string &) |
| Noop insertion method for string. More... | |
| std::streamsize | width (std::streamsize wide) |
| Noop method to get width. More... | |
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 |
Stream of arbitrary types and objects.
Definition at line 37 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.
| std::streamsize log4cpp::CategoryStream::width | ( | std::streamsize | wide | ) |
Noop method to get width.
1.8.14