![]() |
VR-Forces 4.1 Class Documentation
|
Number or string container. More...

Public Member Functions | |
| DtVariableParameterNumberOrString (bool required=false) | |
| DtVariableParameterNumberOrString (const DtVariableParameterNumberOrString &orig) | |
| virtual | ~DtVariableParameterNumberOrString () |
| 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. | |
Public Member Functions inherited from DtVariableParameter< DtString > | |
| DtVariableParameter (bool required=false) | |
| DtVariableParameter (const DtVariableParameter &orig) | |
| virtual | ~DtVariableParameter () |
| const DtString & | value () const |
| void | setValue (const DtString &value) |
| virtual bool | specified () const |
| Returns true if value has been specified. | |
| bool | required () const |
| virtual bool | isValid () const |
| Returns true if valid parameter. | |
Public Member Functions inherited from DtVariableParameterInterface | |
| DtVariableParameterInterface () | |
Additional Inherited Members | |
Protected Attributes inherited from DtVariableParameter< DtString > | |
| DtString | myValue |
| bool | myRequired |
| bool | mySpecified |
Number or string container.
|
inline |
Referenced by clone().
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from DtVariableParameter< DtString >.
References DtVariableParameterNumberOrString().
|
inlinevirtual |
Look in the table for the lua value, and, if specified, fill in.
Reimplemented from DtVariableParameter< DtString >.
References DtVariableParameter< DtString >::mySpecified, and DtVariableParameter< DtString >::myValue.