#include <proto.h>
|
template<typename T > |
static void | Writer (T *msg, uint8_t *data, size_t size) |
|
template<typename T > |
static int | Parse (const uint8_t *data, size_t size, ParseContext *context, T *obj) |
|
template<typename T > |
static int | Encode (EncodeContext *context, const T *msg, uint8_t *data, size_t size) |
|
static bool | Verifier (const void *obj, const uint8_t *data, size_t size, ParseContext *context) |
|
template<class Derived>
class ProtoElement< Derived >
Definition at line 209 of file src/contrail-common/base/proto.h.
template<class Derived>
template<typename T >
template<class Derived>
template<typename T >
template<class Derived>
static void ProtoElement< Derived >::SequenceLengthWriteLen |
( |
EncodeContext * |
context, |
|
|
uint8_t * |
data, |
|
|
int |
offset, |
|
|
int |
element_size |
|
) |
| |
|
inlinestaticprivate |
template<class Derived>
template<typename T >
static void ProtoElement< Derived >::Writer |
( |
T * |
msg, |
|
|
uint8_t * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: