#include <variable_types.hpp>
Public Member Functions | |
Control () | |
Control (const std::string &_name, unsigned _nRows, unsigned _nCols) | |
Private Types | |
typedef ExpressionType < Control, VT_CONTROL > | Base |
Control variable.
Definition at line 53 of file variable_types.hpp.
typedef ExpressionType<Control, VT_CONTROL> Control::Base [private] |
Definition at line 55 of file variable_types.hpp.
Control::Control | ( | ) | [inline] |
Definition at line 58 of file variable_types.hpp.
Control::Control | ( | const std::string & | _name, |
unsigned | _nRows, | ||
unsigned | _nCols | ||
) | [inline] |
Definition at line 60 of file variable_types.hpp.