Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
int.hpp File Reference
Include dependency graph for int.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::x3::int_parser< T, Radix, MinDigits, MaxDigits >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::x3
 

Macros

#define BOOST_SPIRIT_X3_INT_PARSER(int_type, name)
 

Typedefs

typedef int_parser< long > boost::spirit::x3::long_type
 
typedef int_parser< short > boost::spirit::x3::short_type
 
typedef int_parser< int > boost::spirit::x3::int_type
 
typedef int_parser< long long > boost::spirit::x3::long_longtype
 
typedef int_parser< int8_t > boost::spirit::x3::int8type
 
typedef int_parser< int16_t > boost::spirit::x3::int16type
 
typedef int_parser< int32_t > boost::spirit::x3::int32type
 
typedef int_parser< int64_t > boost::spirit::x3::int64type
 

Variables

long_type const boost::spirit::x3::long_ = {}
 
short_type const boost::spirit::x3::short_ = {}
 
int_type const boost::spirit::x3::int_ = {}
 
long_longtype const boost::spirit::x3::long_long = {}
 
int8type const boost::spirit::x3::int8 = {}
 
int16type const boost::spirit::x3::int16 = {}
 
int32type const boost::spirit::x3::int32 = {}
 
int64type const boost::spirit::x3::int64 = {}
 

Macro Definition Documentation

#define BOOST_SPIRIT_X3_INT_PARSER (   int_type,
  name 
)
Value:
typedef int_parser<int_type> name##type; \
name##type const name = {}; \
/***/
const int name
Definition: gzip.hpp:94
adjacency_iterator typedef T::adjacency_iterator type
Definition: graph_traits.hpp:42