Output class handles standard output of interpreter.
More...
#include <Output.h>
Output class handles standard output of interpreter.
◆ Output()
Inter4ql::Output::Output |
( |
std::ostream * |
o = 0 , |
|
|
std::ostream * |
e = 0 |
|
) |
| |
constructor
- Parameters
-
o | standard output |
e | error output |
◆ print() [1/3]
void Inter4ql::Output::print |
( |
Exception * |
s | ) |
|
prints exception
- Parameters
-
◆ print() [2/3]
void Inter4ql::Output::print |
( |
std::string * |
s | ) |
|
prints std::string
- Parameters
-
s | pointer to an std::string |
◆ print() [3/3]
void Inter4ql::Output::print |
( |
std::string |
s | ) |
|
prints std::string
- Parameters
-
◆ set_error()
void Inter4ql::Output::set_error |
( |
std::ostream * |
e | ) |
|
setter for error output
- Parameters
-
◆ set_output()
void Inter4ql::Output::set_output |
( |
std::ostream * |
o | ) |
|
setter for standard output
- Parameters
-
The documentation for this class was generated from the following files:
- /home/lukasz/Desktop/Inter4QL_5_2/Inter4QL_5_2/src/Output.h
- /home/lukasz/Desktop/Inter4QL_5_2/Inter4QL_5_2/src/Output.cc