MOTION  0.01
Framework for mixed-protocol multi-party computation
Public Types | Public Member Functions | Public Attributes | List of all members
encrypto::motion::communication::OutputMessageBuilder Struct Reference

#include <output_message_generated.h>

Public Types

typedef OutputMessage Table
 

Public Member Functions

void add_gate_id (uint64_t gate_id)
 
void add_wires (flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >>> wires)
 
 OutputMessageBuilder (flatbuffers::FlatBufferBuilder &_fbb)
 
OutputMessageBuilderoperator= (const OutputMessageBuilder &)
 
flatbuffers::Offset< OutputMessage > Finish ()
 

Public Attributes

flatbuffers::FlatBufferBuilder & fbb_
 
flatbuffers::uoffset_t start_
 

Member Typedef Documentation

◆ Table

Constructor & Destructor Documentation

◆ OutputMessageBuilder()

encrypto::motion::communication::OutputMessageBuilder::OutputMessageBuilder ( flatbuffers::FlatBufferBuilder &  _fbb)
inlineexplicit

Member Function Documentation

◆ add_gate_id()

void encrypto::motion::communication::OutputMessageBuilder::add_gate_id ( uint64_t  gate_id)
inline
Here is the caller graph for this function:

◆ add_wires()

void encrypto::motion::communication::OutputMessageBuilder::add_wires ( flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >>>  wires)
inline
Here is the caller graph for this function:

◆ Finish()

flatbuffers::Offset<OutputMessage> encrypto::motion::communication::OutputMessageBuilder::Finish ( )
inline
Here is the caller graph for this function:

◆ operator=()

OutputMessageBuilder& encrypto::motion::communication::OutputMessageBuilder::operator= ( const OutputMessageBuilder )

Member Data Documentation

◆ fbb_

flatbuffers::FlatBufferBuilder& encrypto::motion::communication::OutputMessageBuilder::fbb_

◆ start_

flatbuffers::uoffset_t encrypto::motion::communication::OutputMessageBuilder::start_

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