- Completed the SHOW command with the best I can do at the actual stage of development
- Layout of output is not tested so it will surely look odd the first time it is run... git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@757 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
8894e31222
commit
4bece17f36
2 changed files with 123 additions and 7 deletions
|
@ -124,7 +124,7 @@ namespace sgpem
|
|||
private:
|
||||
bool check_arguments_num(const Tokens& arguments, unsigned int num);
|
||||
template <typename T>
|
||||
void show(const std::vector<T>& entities);
|
||||
void show(const std::vector<T*>& entities);
|
||||
void on_run(const Tokens& arguments);
|
||||
void on_pause(const Tokens& arguments);
|
||||
void on_stop(const Tokens& arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue