VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
rwString.h File Reference

Go to the source code of this file.

Classes

class  DtRwString
 Description: Readable, Writable DtString Variable substitutions are done on this object when it is read in from the file. More...
class  DtRwObjectName
 Simple wrapper class that will be used by Lua to indicate to create a scripted vrf object from the supplied object name. More...
class  DtRwAnimationModelString
 Simple wrapper class that will be used by Lua to indicate to create an animated model. More...

Functions

DT_DLL_vrfutil DtString DtEscapeString (const char *str)
 NOTE: This function is not thread-safe as it uses a static global to escape the string.
DT_DLL_vrfutil DtString DtRemoveQuotes (const DtString &str)
DT_DLL_vrfutil DtString DtXmlBindingCharToMtl (const DtString &str)
 Can't use '$' for variables.
DT_DLL_vrfutil DtString DtMtlBindingCharToXml (const DtString &str)

Detailed Description

Function Documentation

DT_DLL_vrfutil DtString DtEscapeString ( const char str)

NOTE: This function is not thread-safe as it uses a static global to escape the string.

DT_DLL_vrfutil DtString DtRemoveQuotes ( const DtString str)
DT_DLL_vrfutil DtString DtXmlBindingCharToMtl ( const DtString str)

Can't use '$' for variables.

so where we would use it, as in filenames with variables, it will be replaced with '@'.

Referenced by DtVrfXmlUtils::XmlBindingCharToMtl().

DT_DLL_vrfutil DtString DtMtlBindingCharToXml ( const DtString str)

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)