Output as seen from scripting language binding.
More...
#include <output.hpp>
Output as seen from scripting language binding.
_Wolframe::langbind::Output::Output |
( |
| ) |
|
|
inline |
_Wolframe::langbind::Output::Output |
( |
const Output & |
o | ) |
|
|
inline |
Copy constructor.
- Parameters
-
Constructor by output filter.
- Parameters
-
[in] | flt | output filter reference |
_Wolframe::langbind::Output::~Output |
( |
| ) |
|
|
inline |
bool _Wolframe::langbind::Output::called |
( |
| ) |
const |
|
inline |
void _Wolframe::langbind::Output::called |
( |
bool |
yes | ) |
|
|
inline |
unsigned int _Wolframe::langbind::Output::outputChunkSize |
( |
| ) |
const |
|
inline |
const OutputFilterR& _Wolframe::langbind::Output::outputfilter |
( |
| ) |
const |
|
inline |
bool _Wolframe::langbind::Output::print |
( |
const char * |
e1, |
|
|
unsigned int |
e1size, |
|
|
const char * |
e2, |
|
|
unsigned int |
e2size |
|
) |
| |
Print the next element.
- Parameters
-
[in] | e1 | first element |
[in] | e1size | first element size |
[in] | e2 | second element |
[in] | e2size | second element size |
- Returns
- true, on success, false if we have to yield processing
void _Wolframe::langbind::Output::setOutputChunkSize |
( |
unsigned int |
outputChunkSize_ | ) |
|
|
inline |
void _Wolframe::langbind::Output::setOutputFilter |
( |
const OutputFilterR & |
filter | ) |
|
bool _Wolframe::langbind::Output::m_called |
|
private |
std::size_t _Wolframe::langbind::Output::m_outputChunkSize |
|
private |
unsigned int _Wolframe::langbind::Output::m_state |
|
private |
current state for outputs with more than one elements
The documentation for this class was generated from the following file: