#include <SetVarReq.hpp>
Public Member Functions | |
| void | mgmtSrvrBlockRef (UintR mgmtSrvrBlockRef) |
| UintR | mgmtSrvrBlockRef (void) const |
| void | variable (ConfigParamId variable) |
| ConfigParamId | variable (void) const |
| void | value (UintR value) |
| UintR | value (void) const |
Static Public Member Functions | |
| static UintR | size () |
Private Attributes | |
| UintR | _mgmtSrvrBlockRef |
| UintR | _variable |
| UintR | _value |
Definition at line 23 of file SetVarReq.hpp.
| UintR SetVarReq::mgmtSrvrBlockRef | ( | void | ) | const [inline] |
Definition at line 58 of file SetVarReq.hpp.
References _mgmtSrvrBlockRef.
00058 { 00059 return _mgmtSrvrBlockRef; 00060 }
| void SetVarReq::mgmtSrvrBlockRef | ( | UintR | mgmtSrvrBlockRef | ) | [inline] |
Definition at line 54 of file SetVarReq.hpp.
References _mgmtSrvrBlockRef.
Referenced by Cmvmi::execSET_VAR_REQ().
00054 { 00055 _mgmtSrvrBlockRef = mgmtSrvrBlockRef; 00056 }
Here is the caller graph for this function:

| UintR SetVarReq::size | ( | ) | [inline, static] |
| UintR SetVarReq::value | ( | void | ) | const [inline] |
| void SetVarReq::value | ( | UintR | value | ) | [inline] |
Definition at line 73 of file SetVarReq.hpp.
References _value.
Referenced by Qmgr::execSET_VAR_REQ(), Dbtup::execSET_VAR_REQ(), Dbtc::execSET_VAR_REQ(), Dbdih::execSET_VAR_REQ(), Dbacc::execSET_VAR_REQ(), and Cmvmi::handleSET_VAR_REQ().
Here is the caller graph for this function:

| ConfigParamId SetVarReq::variable | ( | void | ) | const [inline] |
Definition at line 68 of file SetVarReq.hpp.
References _variable.
00068 { 00069 return static_cast<ConfigParamId>(_variable); 00070 }
| void SetVarReq::variable | ( | ConfigParamId | variable | ) | [inline] |
Definition at line 63 of file SetVarReq.hpp.
References _variable.
Referenced by Qmgr::execSET_VAR_REQ(), Ndbcntr::execSET_VAR_REQ(), Dbtup::execSET_VAR_REQ(), Dbtc::execSET_VAR_REQ(), Dblqh::execSET_VAR_REQ(), Dbdih::execSET_VAR_REQ(), Dbacc::execSET_VAR_REQ(), Cmvmi::execSET_VAR_REQ(), and Cmvmi::handleSET_VAR_REQ().
Here is the caller graph for this function:

UintR SetVarReq::_mgmtSrvrBlockRef [private] |
UintR SetVarReq::_value [private] |
UintR SetVarReq::_variable [private] |
1.4.7

