VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  DtEscapeString
 NOTE: This function is not thread-safe as it uses a static global to escape the string. More...
 

Functions

DT_DLL_readerWriter DtString DtRemoveQuotes (const DtString &str)
 
DT_DLL_readerWriter DtString DtXmlBindingCharToMtl (const DtString &str)
 Can't use '$' for variables. More...
 
DT_DLL_readerWriter DtString DtMtlBindingCharToXml (const DtString &str)
 
DT_DLL_readerWriter std::string DtConvertForXmlParsing (const DtString &)
 Given a string, replace all characters that XML cannot read to quoted characters. More...
 
DT_DLL_readerWriter std::string DtConvertToXmlParsing (const DtString &s)
 

Function Documentation

DT_DLL_readerWriter DtString DtRemoveQuotes ( const DtString str)
DT_DLL_readerWriter 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_readerWriter DtString DtMtlBindingCharToXml ( const DtString str)
DT_DLL_readerWriter std::string DtConvertForXmlParsing ( const DtString )

Given a string, replace all characters that XML cannot read to quoted characters.

DT_DLL_readerWriter std::string DtConvertToXmlParsing ( const DtString s)

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)