odtone::conf::ip4_grammar
// In header: </home/carlos/Projectos/odtone/inc/odtone/conf.hpp> template<typename Iterator> struct ip4_grammar { // construct/copy/destruct ip4_grammar(); // public static functions static net::ip::address_v4 conv(std::string const &); // public data members qi::rule< Iterator, net::ip::address_v4()> ip4; qi::uint_parser< uint8, 10, 1, 3 > u8; };