openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
SaveStateCLI.hh
Go to the documentation of this file.
1
#ifndef SAVESTATECLI_HH
2
#define SAVESTATECLI_HH
3
4
#include "
CLIOption.hh
"
5
6
namespace
openmsx {
7
8
class
CommandLineParser;
9
10
class
SaveStateCLI
:
public
CLIOption
,
public
CLIFileType
11
{
12
public
:
13
explicit
SaveStateCLI
(
CommandLineParser
& commandLineParser);
14
virtual
void
parseOption
(
const
std::string& option,
15
std::deque<std::string>& cmdLine);
16
virtual
string_ref
optionHelp
()
const
;
17
virtual
void
parseFileType
(
const
std::string& filename,
18
std::deque<std::string>& cmdLine);
19
virtual
string_ref
fileTypeHelp
()
const
;
20
21
private
:
22
CommandLineParser
& parser;
23
};
24
25
}
// namespace openmsx
26
27
#endif
Generated on Sun May 19 2013 12:18:14 for openMSX by
1.8.1.2