|
PolyBoRi
|
This template prints a string literal to stream as operation. More...
#include <CPrintOperation.h>
Public Types | |
| typedef StreamType | stream_type |
| Define stream type. | |
| typedef ValueType | value_type |
| Define value type. | |
| typedef LiteralType | literal_type |
| Define for preceeding string literal. | |
Public Member Functions | |
| CPrintOperation (stream_type &os_) | |
| (Default) constructor | |
| value_type & | operator() (value_type &val,...) const |
| Print operator. | |
| const value_type & | operator() (const value_type &val,...) const |
| Print operator. | |
Protected Attributes | |
| std::ostream & | os |
This template prints a string literal to stream as operation.
| typedef LiteralType polybori::CPrintOperation::literal_type |
Define for preceeding string literal.
| typedef StreamType polybori::CPrintOperation::stream_type |
Define stream type.
| typedef ValueType polybori::CPrintOperation::value_type |
Define value type.
| polybori::CPrintOperation::CPrintOperation | ( | stream_type & | os_ | ) | [inline] |
(Default) constructor
| value_type& polybori::CPrintOperation::operator() | ( | value_type & | val, |
| ... | |||
| ) | const [inline] |
Print operator.
| const value_type& polybori::CPrintOperation::operator() | ( | const value_type & | val, |
| ... | |||
| ) | const [inline] |
Print operator.
std::ostream& polybori::CPrintOperation::os [protected] |
1.7.5