SEvMgr Logo  1.00.9
C++ Simulation-Oriented Discrete Event Management Library
Loading...
Searching...
No Matches
BasParserTypes.hpp File Reference
#include <string>
#include <boost/spirit/home/classic/core.hpp>
#include <boost/spirit/home/classic/utility/loops.hpp>
#include <boost/spirit/home/classic/utility/chset.hpp>
#include <boost/spirit/home/classic/utility/confix.hpp>
#include <boost/spirit/home/classic/iterator/file_iterator.hpp>

Go to the source code of this file.

Namespaces

namespace  SEVMGR
 

Typedefs

typedef char SEVMGR::char_t
 
typedef boost::spirit::classic::file_iterator< char_tSEVMGR::iterator_t
 
typedef boost::spirit::classic::scanner< iterator_tSEVMGR::scanner_t
 
typedef boost::spirit::classic::rule< scanner_tSEVMGR::rule_t
 
typedef boost::spirit::classic::int_parser< unsigned int, 10, 1, 1 > SEVMGR::int1_p_t
 
typedef boost::spirit::classic::uint_parser< unsigned int, 10, 2, 2 > SEVMGR::uint2_p_t
 
typedef boost::spirit::classic::uint_parser< unsigned int, 10, 1, 2 > SEVMGR::uint1_2_p_t
 
typedef boost::spirit::classic::uint_parser< unsigned int, 10, 1, 3 > SEVMGR::uint1_3_p_t
 
typedef boost::spirit::classic::uint_parser< unsigned int, 10, 4, 4 > SEVMGR::uint4_p_t
 
typedef boost::spirit::classic::uint_parser< unsigned int, 10, 1, 4 > SEVMGR::uint1_4_p_t
 
typedef boost::spirit::classic::chset< char_tSEVMGR::chset_t
 
typedef boost::spirit::classic::impl::loop_traits< chset_t, unsignedint, unsignedint >::type SEVMGR::repeat_p_t
 
typedef boost::spirit::classic::bounded< uint2_p_t, unsigned int > SEVMGR::bounded2_p_t
 
typedef boost::spirit::classic::bounded< uint1_2_p_t, unsigned int > SEVMGR::bounded1_2_p_t
 
typedef boost::spirit::classic::bounded< uint1_3_p_t, unsigned int > SEVMGR::bounded1_3_p_t
 
typedef boost::spirit::classic::bounded< uint4_p_t, unsigned int > SEVMGR::bounded4_p_t
 
typedef boost::spirit::classic::bounded< uint1_4_p_t, unsigned int > SEVMGR::bounded1_4_p_t