![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtVariableParameter (bool required=false) | |
| DtVariableParameter (const DtVariableParameter &orig) | |
| DtVariableParameter (const _Container &orig, bool required=false) | |
| virtual | ~DtVariableParameter () |
| virtual DtVariableParameterInterface * | clone () const |
| virtual void | process (const std::string ¶meter, luabind::object const ¶meters) |
| Look in the table for the lua value, and, if specified, fill in. More... | |
| const _Container & | value () const |
| void | setValue (const _Container &value) |
| virtual bool | specified () const |
| Returns true if value has been specified. More... | |
| bool | required () const |
| virtual bool | isValid () const |
| Returns true if valid parameter. More... | |
Public Member Functions inherited from DtVariableParameterInterface | |
| DtVariableParameterInterface () | |
| virtual | ~DtVariableParameterInterface () |
Protected Attributes | |
| _Container | myValue |
| bool | myRequired |
| bool | mySpecified |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Look in the table for the lua value, and, if specified, fill in.
Implements DtVariableParameterInterface.
Reimplemented in DtVariableParameterNumberOrString, DtVariableParameterReaderWriter< _Container >, and DtVariableParameterVector< _Container >.
|
inline |
|
inline |
|
inlinevirtual |
Returns true if value has been specified.
Implements DtVariableParameterInterface.
|
inline |
|
inlinevirtual |
Returns true if valid parameter.
Implements DtVariableParameterInterface.
|
protected |
|
protected |
|
protected |