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

#include <utree.hpp>

Inheritance diagram for boost::spirit::basic_string< Base, type_ >:
Collaboration diagram for boost::spirit::basic_string< Base, type_ >:

Public Member Functions

 basic_string ()
 
 basic_string (Base const &base)
 
template<typename Iterator >
 basic_string (Iterator bits, std::size_t len)
 
template<typename Iterator >
 basic_string (Iterator first, Iterator last)
 
basic_stringoperator= (basic_string const &other)
 
basic_stringoperator= (Base const &other)
 

Static Public Attributes

static utree_type::info const type = type_
 

Constructor & Destructor Documentation

template<typename Base, utree_type::info type_>
boost::spirit::basic_string< Base, type_ >::basic_string ( )
inline
template<typename Base, utree_type::info type_>
boost::spirit::basic_string< Base, type_ >::basic_string ( Base const &  base)
inline
template<typename Base, utree_type::info type_>
template<typename Iterator >
boost::spirit::basic_string< Base, type_ >::basic_string ( Iterator  bits,
std::size_t  len 
)
inline
template<typename Base, utree_type::info type_>
template<typename Iterator >
boost::spirit::basic_string< Base, type_ >::basic_string ( Iterator  first,
Iterator  last 
)
inline

Member Function Documentation

template<typename Base, utree_type::info type_>
basic_string& boost::spirit::basic_string< Base, type_ >::operator= ( basic_string< Base, type_ > const &  other)
inline
template<typename Base, utree_type::info type_>
basic_string& boost::spirit::basic_string< Base, type_ >::operator= ( Base const &  other)
inline

Member Data Documentation

template<typename Base, utree_type::info type_>
utree_type::info const boost::spirit::basic_string< Base, type_ >::type = type_
static

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