Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT > Struct Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/Grammars.h>

Public Member Functions

 definition (IntGrammar< RT > const &self)
 
rule< ScannerT > const & start () const
 
 definition (IntGrammar< RT > const &self)
 
rule< ScannerT > const & start () const
 

Public Attributes

rule< ScannerT > int_literal
 

Detailed Description

template<typename RT = int>
template<typename ScannerT>
struct Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >

Definition at line 184 of file Grammars.h.

Constructor & Destructor Documentation

template<typename RT = int>
template<typename ScannerT >
Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >::definition ( IntGrammar< RT > const &  self)
inline

Definition at line 186 of file Grammars.h.

187  {
188  int_literal = lexeme_d[int_parser<RT>()[self.val=arg1]
189  >> !(ch_p('u') | ch_p('U') | ch_p('l') | ch_p('L'))];
190  }
template<typename RT = int>
template<typename ScannerT >
Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >::definition ( IntGrammar< RT > const &  self)
inline

Definition at line 186 of file Grammars.h.

187  {
188  int_literal = lexeme_d[int_parser<RT>()[self.val=arg1]
189  >> !(ch_p('u') | ch_p('U') | ch_p('l') | ch_p('L'))];
190  }

Member Function Documentation

template<typename RT = int>
template<typename ScannerT >
rule<ScannerT> const& Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >::start ( ) const
inline

Definition at line 191 of file Grammars.h.

191 { return int_literal; }
template<typename RT = int>
template<typename ScannerT >
rule<ScannerT> const& Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >::start ( ) const
inline

Definition at line 191 of file Grammars.h.

191 { return int_literal; }

Member Data Documentation

template<typename RT = int>
template<typename ScannerT >
rule< ScannerT > Gaudi::Parsers::IntGrammar< RT >::definition< ScannerT >::int_literal

Definition at line 192 of file Grammars.h.


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