Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::karma::alternative< Elements > Struct Template Reference

#include <alternative.hpp>

Inheritance diagram for boost::spirit::karma::alternative< Elements >:
Collaboration diagram for boost::spirit::karma::alternative< Elements >:

Public Types

typedef base_alternative
< Elements, mpl::false_,
alternative
base_alternative_
 
typedef
traits::alternative_properties
< Elements >::type 
properties
 
typedef alternative< Elements > derived_type
 
typedef karma::domain domain
 

Public Member Functions

 alternative (Elements const &elements)
 
bool generate (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr) const
 
info what (Context &context) const
 
alternative< Elements >const & derived () const
 

Public Attributes

Elements elements
 

Member Typedef Documentation

template<typename Elements >
typedef base_alternative<Elements, mpl::false_, alternative> boost::spirit::karma::alternative< Elements >::base_alternative_
typedef alternative< Elements > boost::spirit::karma::generator< alternative< Elements > >::derived_type
inherited

Constructor & Destructor Documentation

template<typename Elements >
boost::spirit::karma::alternative< Elements >::alternative ( Elements const &  elements)
inline

Member Function Documentation

alternative< Elements > const& boost::spirit::karma::generator< alternative< Elements > >::derived ( ) const
inlineinherited
bool boost::spirit::karma::base_alternative< Elements, mpl::false_ , alternative< Elements > >::generate ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr 
) const
inlineinherited
info boost::spirit::karma::base_alternative< Elements, mpl::false_ , alternative< Elements > >::what ( Context &  context) const
inlineinherited

Member Data Documentation

Elements boost::spirit::karma::base_alternative< Elements, mpl::false_ , alternative< Elements > >::elements
inherited

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