MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Functions | Variables
output_message_generated.h File Reference
#include "flatbuffers/flatbuffers.h"
Include dependency graph for output_message_generated.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  encrypto::motion::communication::FLATBUFFERS_FINAL_CLASS
 
struct  encrypto::motion::communication::OutputWireBuilder
 
struct  encrypto::motion::communication::FLATBUFFERS_FINAL_CLASS
 
struct  encrypto::motion::communication::OutputMessageBuilder
 

Namespaces

 encrypto
 
 encrypto::motion
 
 encrypto::motion::communication
 

Functions

flatbuffers::Offset< OutputWire > encrypto::motion::communication::CreateOutputWire (flatbuffers::FlatBufferBuilder &_fbb, flatbuffers::Offset< flatbuffers::Vector< uint8_t >> payload=0)
 
flatbuffers::Offset< OutputWire > encrypto::motion::communication::CreateOutputWireDirect (flatbuffers::FlatBufferBuilder &_fbb, const std::vector< uint8_t > *payload=nullptr)
 
flatbuffers::Offset< OutputMessage > encrypto::motion::communication::CreateOutputMessage (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, flatbuffers::Offset< flatbuffers::Vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >>> wires=0)
 
flatbuffers::Offset< OutputMessage > encrypto::motion::communication::CreateOutputMessageDirect (flatbuffers::FlatBufferBuilder &_fbb, uint64_t gate_id=0, const std::vector< flatbuffers::Offset< encrypto::motion::communication::OutputWire >> *wires=nullptr)
 
const encrypto::motion::communication::OutputMessage * encrypto::motion::communication::GetOutputMessage (const void *buf)
 
const encrypto::motion::communication::OutputMessage * encrypto::motion::communication::GetSizePrefixedOutputMessage (const void *buf)
 
bool encrypto::motion::communication::VerifyOutputMessageBuffer (flatbuffers::Verifier &verifier)
 
bool encrypto::motion::communication::VerifySizePrefixedOutputMessageBuffer (flatbuffers::Verifier &verifier)
 
void encrypto::motion::communication::FinishOutputMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::OutputMessage > root)
 
void encrypto::motion::communication::FinishSizePrefixedOutputMessageBuffer (flatbuffers::FlatBufferBuilder &fbb, flatbuffers::Offset< encrypto::motion::communication::OutputMessage > root)
 

Variables

 VT_GATE_ID = 4
 

Variable Documentation

◆ VT_GATE_ID

VT_GATE_ID = 4