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
parser.h
Go to the documentation of this file.
1
#pragma once
2
3
template
<
typename
T>
4
class
Parser
5
{
6
public
:
7
virtual
bool
parse
(uint8_t* buf,
size_t
buf_len, std::vector<std::unique_ptr<T>>& results,
size_t
& used) = 0;
8
};
Parser::parse
virtual bool parse(uint8_t *buf, size_t buf_len, std::vector< std::unique_ptr< T >> &results, size_t &used)=0
Parser
Definition:
parser.h:4
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35