roar
|
Go to the source code of this file.
Namespaces | |
namespace | Roar |
namespace | Roar::Parser |
Functions | |
Roar::Parser::BOOST_SPIRIT_DEFINE (ipv4) | |
Variables | |
const auto | Roar::Parser::ipv4 = boost::spirit::x3::rule<Ipv4Tag, Ipv4>{"ipv4"} |
const auto | Roar::Parser::ipv4Section = x3::rule<Ipv4SectionTag, uint8_t>{"ipv4Section"} = uint_parser<uint8_t, 10, 1, 3>() |
const auto | Roar::Parser::ipv4_def = ipv4Section >> '.' >> ipv4Section >> '.' >> ipv4Section >> '.' >> ipv4Section |