molecular
Static Public Member Functions | List of all members
molecular::util::Parser::Repetition< P0 > Class Template Reference

Succeeds for an arbitrary count of repetitions (also zero) of P0. More...

#include <Parser.h>

Static Public Member Functions

template<class Iterator , class Actor >
static bool Parse (Iterator &begin, Iterator end, Actor *actor)
 

Detailed Description

template<class P0>
class molecular::util::Parser::Repetition< P0 >

Succeeds for an arbitrary count of repetitions (also zero) of P0.

Member Function Documentation

template<class P0 >
template<class Iterator , class Actor >
static bool molecular::util::Parser::Repetition< P0 >::Parse ( Iterator &  begin,
Iterator  end,
Actor *  actor 
)
inlinestatic

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