VR-Forces 4.2 Class Documentation
Classes | Typedefs | Functions
rwVariableBindings.h File Reference

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_vrfutil 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.

Detailed Description

Typedef Documentation

typedef DtBoost::shared_ptr<DtRwVariableBindings> DtVariableBindingsSharedPtr

Function Documentation

DT_DLL_vrfutil 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.

Returns
True if any substitutions were made.

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)