#include <proto.h>
|
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<typename T > |
static int | ParseChoice (const uint8_t *data, size_t size, int value, ParseContext *context, T *obj) |
|
template<class Derived>
class ProtoChoice< Derived >
Definition at line 349 of file src/contrail-common/base/proto.h.
template<class Derived>
template<typename T >
template<class Derived>
template<typename T >
template<class Derived>
template<typename T >
static int ProtoChoice< Derived >::ParseChoice |
( |
const uint8_t * |
data, |
|
|
size_t |
size, |
|
|
int |
value, |
|
|
ParseContext * |
context, |
|
|
T * |
obj |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: