![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
A utility class used to process a string input. More...
#include <CommandParser.h>
Public Member Functions | |
CommandParser () noexcept=default | |
virtual | ~CommandParser ()=default |
virtual bool | processCommand (const string &commandString)=0 |
If we need a parser , just override this. | |
Protected Attributes | |
hashMap< U64, DELEGATE< void, string > > | _commands |
A utility class used to process a string input.
Definition at line 39 of file CommandParser.h.
|
defaultnoexcept |
|
virtualdefault |
|
pure virtual |
If we need a parser , just override this.
Implemented in Divide::GUIConsoleCommandParser.
Definition at line 47 of file CommandParser.h.