PUMA Library Reference Manual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Puma::CMatch Class Reference

#include <CMatch.h>

Public Member Functions

 CMatch (bool root=false)
 
 ~CMatch ()
 
void combine (CMatch *, bool=false)
 
Array< CTree * > & get (const char *) const
 
void add (CTree *, const char *)
 
Array< CSubMatch * > & matches ()
 
unsigned SubMatches () const
 
CSubMatchSubMatch (unsigned i) const
 
CSubMatchSubMatch (const char *) const
 
void clear ()
 

Constructor & Destructor Documentation

Puma::CMatch::CMatch ( bool  root = false)
inline
Puma::CMatch::~CMatch ( )

Member Function Documentation

void Puma::CMatch::add ( CTree ,
const char *   
)
void Puma::CMatch::clear ( )
void Puma::CMatch::combine ( CMatch ,
bool  = false 
)
Array<CTree *>& Puma::CMatch::get ( const char *  ) const
Array<CSubMatch *>& Puma::CMatch::matches ( )
inline
CSubMatch* Puma::CMatch::SubMatch ( unsigned  i) const
inline
CSubMatch* Puma::CMatch::SubMatch ( const char *  ) const
unsigned Puma::CMatch::SubMatches ( ) const
inline