CBMC
ms_link_mode.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Visual Studio Link Mode
4
5
Author: Daniel Kroening
6
7
Date: July 2018
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_CC_MS_LINK_MODE_H
15
#define CPROVER_GOTO_CC_MS_LINK_MODE_H
16
17
#include "
cl_message_handler.h
"
18
#include "
goto_cc_mode.h
"
19
20
class
ms_link_modet
:
public
goto_cc_modet
21
{
22
public
:
23
int
doit
()
final
;
24
void
help_mode
()
final
;
25
26
explicit
ms_link_modet
(
goto_cc_cmdlinet
&);
27
28
protected
:
29
cl_message_handlert
message_handler
;
30
};
31
32
#endif
// CPROVER_GOTO_CC_MS_LINK_MODE_H
cl_message_handler.h
cl_message_handlert
Definition:
cl_message_handler.h:15
goto_cc_cmdlinet
Definition:
goto_cc_cmdline.h:20
goto_cc_modet
Definition:
goto_cc_mode.h:23
ms_link_modet
Definition:
ms_link_mode.h:21
ms_link_modet::ms_link_modet
ms_link_modet(goto_cc_cmdlinet &)
Definition:
ms_link_mode.cpp:22
ms_link_modet::message_handler
cl_message_handlert message_handler
Definition:
ms_link_mode.h:29
ms_link_modet::doit
int doit() final
does it.
Definition:
ms_link_mode.cpp:28
ms_link_modet::help_mode
void help_mode() final
display command line help
Definition:
ms_link_mode.cpp:84
goto_cc_mode.h
Command line interpretation for goto-cc.
src
goto-cc
ms_link_mode.h
Generated by
1.9.1