CBMC
ms_cl_mode.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Visual Studio CL Mode
4
5
Author: CM Wintersteiger
6
7
Date: June 2006
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_CC_MS_CL_MODE_H
15
#define CPROVER_GOTO_CC_MS_CL_MODE_H
16
17
#include "
cl_message_handler.h
"
18
#include "
goto_cc_mode.h
"
19
#include "
ms_cl_cmdline.h
"
20
21
class
ms_cl_modet
:
public
goto_cc_modet
22
{
23
public
:
24
virtual
int
doit
();
25
virtual
void
help_mode
();
26
27
ms_cl_modet
(
28
ms_cl_cmdlinet
&_ms_cl_cmdline,
29
const
std::string &_base_name):
30
goto_cc_modet
(_ms_cl_cmdline, _base_name,
message_handler
),
31
cmdline
(_ms_cl_cmdline)
32
{
33
}
34
35
protected
:
36
ms_cl_cmdlinet
&
cmdline
;
37
cl_message_handlert
message_handler
;
38
};
39
40
#endif // CPROVER_GOTO_CC_MS_CL_MODE_H
ms_cl_modet::help_mode
virtual void help_mode()
display command line help
Definition:
ms_cl_mode.cpp:234
ms_cl_modet::message_handler
cl_message_handlert message_handler
Definition:
ms_cl_mode.h:37
ms_cl_cmdlinet
Definition:
ms_cl_cmdline.h:19
ms_cl_modet::doit
virtual int doit()
does it.
Definition:
ms_cl_mode.cpp:42
cl_message_handler.h
ms_cl_modet
Definition:
ms_cl_mode.h:21
ms_cl_modet::ms_cl_modet
ms_cl_modet(ms_cl_cmdlinet &_ms_cl_cmdline, const std::string &_base_name)
Definition:
ms_cl_mode.h:27
goto_cc_modet
Definition:
goto_cc_mode.h:22
ms_cl_modet::cmdline
ms_cl_cmdlinet & cmdline
Definition:
ms_cl_mode.h:36
cl_message_handlert
Definition:
cl_message_handler.h:14
ms_cl_cmdline.h
goto_cc_mode.h
src
goto-cc
ms_cl_mode.h
Generated by
1.8.17