P4C
The P4 Compiler
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
x
z
Functions
a
c
e
f
g
h
i
l
m
n
o
p
r
s
t
x
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Enumerations
Enumerator
Related Symbols
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
backends/p4tools/modules/smith/options.h
1
#ifndef BACKENDS_P4TOOLS_MODULES_SMITH_OPTIONS_H_
2
#define BACKENDS_P4TOOLS_MODULES_SMITH_OPTIONS_H_
3
#include <vector>
4
5
#include "backends/p4tools/common/options.h"
6
7
namespace
P4Tools
{
8
9
class
SmithOptions
:
public
AbstractP4cToolOptions
{
10
public
:
11
~SmithOptions
()
override
=
default
;
12
static
SmithOptions
&get();
13
14
const
char
*getIncludePath()
const override
;
15
void
processArgs(
const
std::vector<const char *> &args);
16
17
private
:
18
SmithOptions
();
19
};
9
class
SmithOptions
:
public
AbstractP4cToolOptions
{
…
};
20
21
// using P4toZ3Context = P4CContextWithOptions<SmithOptions>;
22
23
}
// namespace P4Tools
24
25
#endif
/* BACKENDS_P4TOOLS_MODULES_SMITH_OPTIONS_H_ */
P4Tools::AbstractP4cToolOptions
Definition
backends/p4tools/common/options.h:18
P4Tools::SmithOptions
Definition
backends/p4tools/modules/smith/options.h:9
P4Tools
Definition
common/compiler/compiler_result.cpp:3
backends
p4tools
modules
smith
options.h
Generated by
1.11.0