Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
include
pf_driver
pf
writer.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
5
// TCP / UDP
6
template
<
typename
T>
7
class
Writer
8
{
9
public
:
10
virtual
bool
get
(std::vector<std::unique_ptr<T>>& packets) = 0;
11
virtual
bool
start
() = 0;
12
virtual
bool
stop
() = 0;
13
};
Writer::stop
virtual bool stop()=0
Writer
Definition:
writer.h:7
Writer::start
virtual bool start()=0
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35