15 #include <wx/listimpl.cpp>    57     for (CompilerCommands::iterator it = queue->
m_Commands.begin(); it != queue->
m_Commands.end(); ++it)
 
void Clear()
Clear the queue. 
wxString GetExecutionDir()
CompilerCommands m_Commands
void Add(CompilerCommand *cmd)
Queue a command. 
bool isRun
if it's a command to run the target. 
bool LastCommandWasRun() const
WX_DEFINE_LIST(CompilerCommands)
size_t GetCount() const
Get the commands count. 
CompilerCommand * Next()
Get the next command in queue.