roar
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
ipv4.hpp File Reference
#include <roar/url/ipv4.hpp>
#include <boost/spirit/home/x3.hpp>
Include dependency graph for ipv4.hpp:
This graph shows which files directly or indirectly include this file:

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