#include <variable_types.hpp>

Public Member Functions | |
| IntegerControl () | |
| IntegerControl (const std::string &_name, unsigned _nRows, unsigned _nCols) | |
Private Types | |
| typedef ExpressionType < IntegerControl, VT_INTEGER_CONTROL > | Base |
Integer control variable.
Definition at line 105 of file variable_types.hpp.
typedef ExpressionType<IntegerControl, VT_INTEGER_CONTROL> IntegerControl::Base [private] |
Definition at line 107 of file variable_types.hpp.
| IntegerControl::IntegerControl | ( | ) | [inline] |
Definition at line 110 of file variable_types.hpp.
| IntegerControl::IntegerControl | ( | const std::string & | _name, |
| unsigned | _nRows, | ||
| unsigned | _nCols | ||
| ) | [inline] |
Definition at line 112 of file variable_types.hpp.