prophet::TLVFactory< TLV > Struct Template Reference
#include <BaseTLV.h>
List of all members.
|
Static Public Member Functions |
static TLV * | deserialize (const u_char *bp, size_t len) |
| Factory method for deserializing over-the-wire TLV into in-memory class representation.
|
Detailed Description
template<class TLV>
struct prophet::TLVFactory< TLV >
Definition at line 29 of file BaseTLV.h.
Member Function Documentation
template<class TLV >
static TLV* prophet::TLVFactory< TLV >::deserialize |
( |
const u_char * |
bp, |
|
|
size_t |
len | |
|
) |
| | [inline, static] |
Factory method for deserializing over-the-wire TLV into in-memory class representation.
Definition at line 35 of file BaseTLV.h.
The documentation for this struct was generated from the following file: