#include <variable_types.hpp>
Public Member Functions | |
Output () | |
Output (const std::string &_name, unsigned _nRows, unsigned _nCols) | |
Output (const Expression &_expression, unsigned _componentIdx=0) | |
Private Types | |
typedef ExpressionType< Output, VT_OUTPUT > | Base |
Output variable.
Definition at line 144 of file variable_types.hpp.
typedef ExpressionType<Output, VT_OUTPUT> Output::Base [private] |
Definition at line 146 of file variable_types.hpp.
Output::Output | ( | ) | [inline] |
Definition at line 149 of file variable_types.hpp.
Output::Output | ( | const std::string & | _name, |
unsigned | _nRows, | ||
unsigned | _nCols | ||
) | [inline] |
Definition at line 151 of file variable_types.hpp.
Output::Output | ( | const Expression & | _expression, |
unsigned | _componentIdx = 0 |
||
) | [inline] |
A constructor from an expression.
Definition at line 156 of file variable_types.hpp.