PolyBoRi
Public Types | Public Member Functions | Protected Attributes
polybori::CPrintOperation Class Reference

This template prints a string literal to stream as operation. More...

#include <CPrintOperation.h>

List of all members.

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_typeoperator() (value_type &val,...) const
 Print operator.
const value_typeoperator() (const value_type &val,...) const
 Print operator.

Protected Attributes

std::ostream & os

Detailed Description

This template prints a string literal to stream as operation.


Member Typedef Documentation

Define for preceeding string literal.

Define stream type.

Define value type.


Constructor & Destructor Documentation

polybori::CPrintOperation::CPrintOperation ( stream_type os_) [inline]

(Default) constructor


Member Function Documentation

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.


Member Data Documentation

std::ostream& polybori::CPrintOperation::os [protected]

The documentation for this class was generated from the following file: