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

#include <variant.hpp>

Public Types

typedef T type
 

Public Member Functions

 forward_ast ()
 
 forward_ast (forward_ast const &operand)
 
 forward_ast (forward_ast &&operand)
 
 forward_ast (T const &operand)
 
 forward_ast (T &&operand)
 
 ~forward_ast ()
 
forward_astoperator= (forward_ast const &rhs)
 
void swap (forward_ast &operand) BOOST_NOEXCEPT
 
forward_astoperator= (T const &rhs)
 
forward_astoperator= (forward_ast &&rhs) BOOST_NOEXCEPT
 
forward_astoperator= (T &&rhs)
 
Tget ()
 
const Tget () const
 
Tget_pointer ()
 
const Tget_pointer () const
 
 operator T const & () const
 
 operator T & ()
 

Member Typedef Documentation

template<typename T>
typedef T boost::spirit::x3::forward_ast< T >::type

Constructor & Destructor Documentation

template<typename T>
boost::spirit::x3::forward_ast< T >::forward_ast ( )
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::forward_ast ( forward_ast< T > const &  operand)
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::forward_ast ( forward_ast< T > &&  operand)
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::forward_ast ( T const &  operand)
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::forward_ast ( T &&  operand)
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::~forward_ast ( )
inline

Member Function Documentation

template<typename T>
const T& boost::spirit::x3::forward_ast< T >::get ( ) const
inline
template<typename T>
T* boost::spirit::x3::forward_ast< T >::get_pointer ( )
inline
template<typename T>
const T* boost::spirit::x3::forward_ast< T >::get_pointer ( ) const
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::operator T & ( )
inline
template<typename T>
boost::spirit::x3::forward_ast< T >::operator T const & ( ) const
inline
template<typename T>
forward_ast& boost::spirit::x3::forward_ast< T >::operator= ( forward_ast< T > const &  rhs)
inline
template<typename T>
forward_ast& boost::spirit::x3::forward_ast< T >::operator= ( T const &  rhs)
inline
template<typename T>
forward_ast& boost::spirit::x3::forward_ast< T >::operator= ( forward_ast< T > &&  rhs)
inline
template<typename T>
forward_ast& boost::spirit::x3::forward_ast< T >::operator= ( T &&  rhs)
inline

References boost::fusion::move().

template<typename T>
void boost::spirit::x3::forward_ast< T >::swap ( forward_ast< T > &  operand)
inline

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