My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::CPathVariable Class Reference

a single path variable More...

#include <FilePath.h>

Public Member Functions

 CPathVariable (const std::string &sVarName, const std::string &sVarValue)
 
 CPathVariable (const std::string &sVarName, const std::string &sVarValue, bool bEditable, bool bEnableEncoding=true)
 

Public Attributes

std::string m_sVarName
 variable name
 
std::string m_sVarValue
 to which string value this variable is mapped to. More...
 
bool m_bEditable
 whether this variable can be replaced or overridden from scripting interface. More...
 
bool m_bEnableEncoding
 whether this is used during encoding. More...
 

Detailed Description

a single path variable

Member Data Documentation

§ m_bEditable

bool ParaEngine::CPathVariable::m_bEditable

whether this variable can be replaced or overridden from scripting interface.

§ m_bEnableEncoding

bool ParaEngine::CPathVariable::m_bEnableEncoding

whether this is used during encoding.

see CPathReplaceables::EncodePath()

§ m_sVarValue

std::string ParaEngine::CPathVariable::m_sVarValue

to which string value this variable is mapped to.


The documentation for this class was generated from the following files: