#include <InstructionHandler.h>
|
std::ostream | out |
|
std::string | pre |
|
std::string | suf |
|
Definition at line 26 of file InstructionHandler.h.
◆ OutputWrapper() [1/2]
smtrat::parser::OutputWrapper::OutputWrapper |
( |
std::ostream & |
o, |
|
|
const std::string & |
prefix, |
|
|
const std::string & |
suffix |
|
) |
| |
|
inline |
◆ OutputWrapper() [2/2]
smtrat::parser::OutputWrapper::OutputWrapper |
( |
const OutputWrapper && |
o | ) |
|
|
inline |
◆ ~OutputWrapper()
smtrat::parser::OutputWrapper::~OutputWrapper |
( |
| ) |
|
|
inline |
◆ operator<<()
template<typename T >
OutputWrapper& smtrat::parser::OutputWrapper::operator<< |
( |
const T & |
t | ) |
|
|
inline |
◆ out
std::ostream smtrat::parser::OutputWrapper::out |
|
private |
◆ pre
std::string smtrat::parser::OutputWrapper::pre |
|
private |
◆ suf
std::string smtrat::parser::OutputWrapper::suf |
|
private |
The documentation for this class was generated from the following file: