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

#include <directives.hpp>

Public Member Functions

 bounded_gen (BoundsT const &min__, BoundsT const &max__)
 
template<typename DerivedT >
bounded< DerivedT, BoundsT > operator[] (parser< DerivedT > const &p) const
 

Public Attributes

BoundsT min_
 
BoundsT max_
 

Constructor & Destructor Documentation

template<typename BoundsT>
boost::spirit::bounded_gen< BoundsT >::bounded_gen ( BoundsT const &  min__,
BoundsT const &  max__ 
)
inline

Member Function Documentation

template<typename BoundsT>
template<typename DerivedT >
bounded<DerivedT, BoundsT> boost::spirit::bounded_gen< BoundsT >::operator[] ( parser< DerivedT > const &  p) const
inline

Member Data Documentation

template<typename BoundsT>
BoundsT boost::spirit::bounded_gen< BoundsT >::max_
template<typename BoundsT>
BoundsT boost::spirit::bounded_gen< BoundsT >::min_

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