#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) |
|
CCompiler::CCompiler |
( |
void |
) | |
|
CCompiler::CCompiler |
( |
const CCompiler & |
Compiler) | |
|
CCompiler::~CCompiler |
( |
void |
) | |
|
|
virtual |
CCompiler * CCompiler::CreateInstance |
( |
void |
) | |
|
|
virtual |
Reimplemented from CBuildTool.
Reimplemented in CMSVCResourceCompiler, CMSVCppCompiler, CMSVCCompiler, CIntelCppCompiler, CIntelCCompiler, CBorlandResourceCompiler, CBorlandCppCompiler, CGNUARMWindowsResourceCompiler, CGNUARMCppCompiler, CGNUARMCCompiler, CGNUAVRCppCompiler, CGNUAVRCCompiler, CGNUWindowsResourceCompiler, CGNUFortran90Compiler, CGNUFortran77Compiler, CGNUCppCompiler, CGNUCCompiler, CResourceCompiler, and CAssembler.
CString& CCompiler::DefineSwitch |
( |
void |
) | |
|
|
inline |
CString& CCompiler::IncludeDirSwitch |
( |
void |
) | |
|
|
inline |
Reimplemented in CMSVCppCompiler, CMSVCCompiler, CIntelCppCompiler, CIntelCCompiler, CBorlandCppCompiler, CGNUARMCppCompiler, CGNUARMCCompiler, CGNUAVRCppCompiler, CGNUAVRCCompiler, CGNUCppCompiler, and CGNUCCompiler.
bool& CCompiler::NeedDependencies |
( |
void |
) | |
|
|
inline |
void CCompiler::Read |
( |
const TiXmlElement * |
BuildToolRoot) | |
|
|
virtual |
void CCompiler::Show |
( |
void |
) | |
|
|
virtual |
void CCompiler::Write |
( |
TiXmlElement * |
BuildToolRoot) | |
|
|
virtual |
CString CCompiler::m_IncludeDirSwitch |
|
protected |
bool CCompiler::m_NeedDependencies |
|
protected |
The documentation for this class was generated from the following files: