#include <buildtools.h>
|
enum | ToolType {
btOther,
btPreprocessor,
btAssembler,
btCompiler,
btResourceCompiler,
btStaticLinker,
btDynamicLinker,
btExecutableLinker,
btNativeLinker,
btDependencyGenerator,
btBuildManager,
btCount
} |
|
static ToolType | Type (const CString &Name) |
|
static CString | TypeName (const ToolType Type) |
|
static CString | AbbrevTypeName (const ToolType Type) |
|
void | Read (const TiXmlElement *Root, const CString &Name, CString &Value) |
|
void | Read (const TiXmlElement *Root, const CString &Name, bool &Value) |
|
void | Write (TiXmlElement *Root, const CString &Name, const CString &Value) |
|
void | Write (TiXmlElement *Root, const CString &Name, const bool Value) |
|
◆ CPreprocessor() [1/2]
CPreprocessor::CPreprocessor |
( |
void |
| ) |
|
◆ CPreprocessor() [2/2]
CPreprocessor::CPreprocessor |
( |
const CPreprocessor & |
Preprocessor | ) |
|
◆ ~CPreprocessor()
CPreprocessor::~CPreprocessor |
( |
void |
| ) |
|
|
virtual |
◆ CreateInstance()
◆ Read()
void CPreprocessor::Read |
( |
const TiXmlElement * |
BuildToolRoot | ) |
|
|
virtual |
◆ Show()
void CPreprocessor::Show |
( |
void |
| ) |
|
|
virtual |
◆ Write()
void CPreprocessor::Write |
( |
TiXmlElement * |
BuildToolRoot | ) |
|
|
virtual |
◆ m_DefineSwitch
CString CPreprocessor::m_DefineSwitch |
|
protected |
◆ m_IncludeDirSwitch
CString CPreprocessor::m_IncludeDirSwitch |
|
protected |
The documentation for this class was generated from the following files: