|
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. | |
| 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.
1.8.15