mCRL2
|
#include <utilities.h>
Public Member Functions | |
stack_outstream (OutStream &out) | |
~stack_outstream () | |
void | push () |
void | pop () |
OutStream::pos_type | top_size () |
void | copy_top (std::string &dest) |
template<typename T > | |
stack_outstream & | operator<< (const T &s) |
Protected Attributes | |
std::stack< typename OutStream::pos_type > | m_stack |
std::ostringstream | buf |
OutStream & | m_out |
Definition at line 153 of file utilities.h.
|
inline |
Definition at line 161 of file utilities.h.
|
inline |
Definition at line 165 of file utilities.h.
|
inline |
Definition at line 186 of file utilities.h.
|
inline |
Definition at line 192 of file utilities.h.
|
inline |
Definition at line 175 of file utilities.h.
|
inline |
Definition at line 170 of file utilities.h.
|
inline |
Definition at line 180 of file utilities.h.
|
protected |
Definition at line 157 of file utilities.h.
|
protected |
Definition at line 158 of file utilities.h.
|
protected |
Definition at line 156 of file utilities.h.