Electroneum
variant.h File Reference

for dealing with variants More...

#include <boost/variant/variant.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/static_visitor.hpp>
#include <boost/mpl/empty.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/front.hpp>
#include <boost/mpl/pop_front.hpp>
#include "serialization.h"
Include dependency graph for variant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  variant_serialization_traits< Archive, T >
 
struct  variant_reader< Archive, Variant, TBegin, TEnd >
 reads a variant More...
 
struct  variant_reader< Archive, Variant, TBegin, TBegin >
 
struct  serializer< Archive< false >, boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  serializer< Archive< true >, boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  serializer< Archive< true >, boost::variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor
 

Detailed Description

for dealing with variants

Variant: OOP Union

Definition in file variant.h.