Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
Namespaces | Functions | Variables
heap_serializer.cpp File Reference
#include "ipc/transport/struc/heap_serializer.hpp"
#include <boost/move/make_unique.hpp>

Go to the source code of this file.

Namespaces

namespace  ipc
 Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes.
 
namespace  ipc::transport
 Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) between pairs of processes.
 
namespace  ipc::transport::struc
 Sub-module of Flow-IPC module ipc::transport providing transmission of structured messages specifically.
 
namespace  capnp
 Small group of miscellaneous utilities to ease work with capnp (Cap'n Proto), joining its capnp namespace.
 

Functions

std::ostream & ipc::transport::struc::operator<< (std::ostream &os, const Heap_fixed_builder &val)
 Prints string representation of the given Heap_fixed_builder to the given ostream. More...
 
std::ostream & ipc::transport::struc::operator<< (std::ostream &os, const Heap_reader &val)
 Prints string representation of the given Heap_reader to the given ostream. More...
 
std::ostream & capnp::operator<< (std::ostream &os, const Text::Reader &val)
 Prints string representation of the given capnp::Text::Reader to the given ostream. More...
 

Variables

const Null_session ipc::transport::struc::NULL_SESSION
 The only necessary value of empty-type Null_session. More...