![]() |
VR-Forces 4.7 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRwVariableBindings |
| ReaderWriter object that maintains a list of reader-writer variable bindings. More... | |
Typedefs | |
| typedef DtBoost::shared_ptr < DtRwVariableBindings > | DtVariableBindingsSharedPtr |
Functions | |
| DT_DLL_readerWriter bool | substituteVariablesInString (DtString &string, const std::list< const DtRwVariableBindings * > &) |
| Replaces any variables in the specified string with their values specified in the variable bindings list. | |
| typedef DtBoost::shared_ptr<DtRwVariableBindings> DtVariableBindingsSharedPtr |
| DT_DLL_readerWriter bool substituteVariablesInString | ( | DtString & | string, |
| const std::list< const DtRwVariableBindings * > & | |||
| ) |
Replaces any variables in the specified string with their values specified in the variable bindings list.
Variables are specified as $(<variable-name>) in the string. Only string type variables are replaced.