framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups | Functions
terminated_container.hpp File Reference

Value terminated container. More...

#include <cassert>
#include <framework/serializable/mutator_type.hpp>
#include <framework/serializable/base_types.hpp>

Go to the source code of this file.

Classes

struct  framework::serializable::terminated_container< Value, Terminator, Container >
 

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Functions

template<typename Value , type_extractor< Value > Terminator, typename Container , typename Input , typename Output >
bool framework::serializable::read_dispatch (terminated_container< Value, Terminator, Container > *, Input &in, Output &out)
 Read overload. More...
 
template<typename Value , type_extractor< Value > Terminator, typename Container , typename Input , typename Output >
bool framework::serializable::write_dispatch (terminated_container< Value, Terminator, Container > *, Input const &in, Output &out)
 Write overload. More...
 

Detailed Description

Value terminated container.