OpenSDN source code
EncodeContext::StackFrame Struct Reference

Public Types

typedef boost::function< void(EncodeContext *)> CallbackFn
 
typedef std::vector< CallbackFn >::iterator CallbackIterator
 

Public Member Functions

 StackFrame ()
 

Public Attributes

int offset
 
std::vector< CallbackFncallbacks
 

Detailed Description

Definition at line 154 of file src/contrail-common/base/proto.cc.

Member Typedef Documentation

◆ CallbackFn

typedef boost::function<void(EncodeContext *)> EncodeContext::StackFrame::CallbackFn

Definition at line 155 of file src/contrail-common/base/proto.cc.

◆ CallbackIterator

Definition at line 156 of file src/contrail-common/base/proto.cc.

Constructor & Destructor Documentation

◆ StackFrame()

EncodeContext::StackFrame::StackFrame ( )
inline

Definition at line 157 of file src/contrail-common/base/proto.cc.

Member Data Documentation

◆ callbacks

std::vector<CallbackFn> EncodeContext::StackFrame::callbacks

Definition at line 160 of file src/contrail-common/base/proto.cc.

◆ offset

int EncodeContext::StackFrame::offset

Definition at line 159 of file src/contrail-common/base/proto.cc.


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