top | up | prev | next

Match Struct

Definition at line 13 of Match.hpp

Constructors

Match(bool hit_)
Match(bool hit_, void* value_)

Member Variables

bool hit
void* value

Constructor Details

Match Constructor

soulng::parser::Match::Match(bool hit_)

Definition at line 15 of Match.hpp


Match Constructor

soulng::parser::Match::Match(bool hit_, void * value_)

Definition at line 16 of Match.hpp


top | up | prev | next