Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | List of all members
datatools::configuration::enumerated_string_value_repr_instance_grammar< Iterator > Struct Template Reference

Parser for a enumerated string value representation. More...

#include <bayeux/datatools/configuration/parsers.h>

Inheritance diagram for datatools::configuration::enumerated_string_value_repr_instance_grammar< Iterator >:

Public Member Functions

 enumerated_string_value_repr_instance_grammar ()
 

Public Attributes

boost::spirit::qi::rule< Iterator, std::string()> start
 

Detailed Description

template<typename Iterator>
struct datatools::configuration::enumerated_string_value_repr_instance_grammar< Iterator >

Parser for a enumerated string value representation.

Supported format:

"a"
"_a"
"a_"
"_aaa"
"aaa_"
"_aaa0"
"_0aaa"

Constructor & Destructor Documentation

◆ enumerated_string_value_repr_instance_grammar()

Member Data Documentation

◆ start

template<typename Iterator>
boost::spirit::qi::rule<Iterator, std::string()> datatools::configuration::enumerated_string_value_repr_instance_grammar< Iterator >::start

The documentation for this struct was generated from the following file: