Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
HelpCommand.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Command.h"
6
#include "Commands.h"
7
8
namespace
Eegeo
9
{
10
namespace
Debug
11
{
12
namespace
Commands
13
{
14
class
HelpCommand
:
public
Command
15
{
16
public
:
17
HelpCommand
(
const
CommandRegistry
& commandRegistry);
18
virtual
~
HelpCommand
();
19
20
bool
TryExecute(
21
const
std::vector<std::string>& arguments,
22
const
ICommandTerminalOutput
& commandTerminal)
const
;
23
private
:
24
const
CommandRegistry
& m_commandRegistry;
25
};
26
27
}
28
}
29
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1