cbp2make
Makefile generation tool for Code::Blocks IDE
|
Public Member Functions | |
virtual void | DisplayHelpMessage (void) |
virtual void | CreateConfiguration (void) |
virtual CString | ConfigurationName (void) |
virtual bool | Configure (const CString &FileName) |
virtual CString | TargetName (const int FileIndex, const CString &SourceFileName) |
virtual bool | ProcessFile (const CString &SourceFileName, CString &TargetFileName) |
CProcessingMachine (void) | |
~CProcessingMachine (void) | |
![]() | |
virtual void | Initialize (int argc, char *argv[]) |
virtual void | Initialize (const CParameterString &Parameters) |
CString | DefaultConfigurationName (void) |
int | GetFileNameLength (void) const |
int | SetFileNameLength (const int FileNameLength) |
int | FileIndex (void) const |
virtual bool | PreProcess (void) |
virtual bool | Run (void) |
virtual bool | PostProcess (void) |
virtual void | Finalize (void) |
virtual void | Print (std::ostream &out) |
bool & | AliasesEnabled (void) |
bool & | BeVerbose (void) |
bool & | BeQuiet (void) |
bool & | DoShowHelp (void) |
CConfiguration & | CFG (void) |
CParameterStringConfiguration & | PSC (void) |
CParameterString & | PS (void) |
CStringList & | ILST (void) |
CStringList & | OLST (void) |
CGenericProcessingMachine (void) | |
virtual | ~CGenericProcessingMachine (void) |
Protected Member Functions | |
void | ConfigureToolchain (CToolChain *ToolChain) |
void | ConfigureBuildTool (CBuildTool *BuildTool) |
void | ConfigurePlatform (CPlatform *Platform) |
![]() | |
virtual void | Initialize (void) |
Protected Attributes | |
CCodeBlocksBuildManager | m_BuildManager |
![]() | |
CConfiguration | m_FileConfiguration |
CParameterStringConfiguration | m_ParameterStringConfiguration |
CParameterString | m_ParameterString |
CStringList | m_InputFileList |
CStringList | m_OutputFileList |
int | m_FileIndex |
bool | m_AliasesEnabled |
int | m_FileNameLength |
bool | m_VerboseMode |
bool | m_QuietMode |
bool | m_HelpMode |
CProcessingMachine::CProcessingMachine | ( | void | ) |
CProcessingMachine::~CProcessingMachine | ( | void | ) |
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
protected |
|
protected |
|
protected |
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
virtual |
Reimplemented from CGenericProcessingMachine.
|
protected |