OpenSDN source code
ProtoSequence< Derived >::ListEncoder< T > Struct Template Reference

#include <proto.h>

Public Types

typedef Derived::Sequence sequence_t
 

Public Member Functions

int operator() (EncodeContext *context, const T *msg, uint8_t *data, size_t size)
 

Detailed Description

template<class Derived>
template<typename T>
struct ProtoSequence< Derived >::ListEncoder< T >

Definition at line 693 of file src/contrail-common/base/proto.h.

Member Typedef Documentation

◆ sequence_t

template<class Derived >
template<typename T >
typedef Derived::Sequence ProtoSequence< Derived >::ListEncoder< T >::sequence_t

Definition at line 694 of file src/contrail-common/base/proto.h.

Member Function Documentation

◆ operator()()

template<class Derived >
template<typename T >
int ProtoSequence< Derived >::ListEncoder< T >::operator() ( EncodeContext context,
const T *  msg,
uint8_t *  data,
size_t  size 
)
inline

Definition at line 695 of file src/contrail-common/base/proto.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: