Puma Reference Manual Puma: Puma::RegComp Class Reference



Puma::RegComp Class Reference

#include <RegComp.h>

List of all members.

Public Member Functions

 RegComp (const char *expr, int cflags=REG_EXTENDED|REG_NOSUB)
 RegComp (RegComp &)
 ~RegComp ()
bool compile (const char *expr, int cflags=REG_EXTENDED|REG_NOSUB)
bool match (const char *string, int eflags=0)
void comperror (ErrorStream &) const

Constructor & Destructor Documentation

Puma::RegComp::RegComp ( const char *  expr,
int  cflags = REG_EXTENDED|REG_NOSUB 
)
Puma::RegComp::RegComp ( RegComp  ) 
Puma::RegComp::~RegComp (  )  [inline]

Member Function Documentation

void Puma::RegComp::comperror ( ErrorStream  )  const
bool Puma::RegComp::compile ( const char *  expr,
int  cflags = REG_EXTENDED|REG_NOSUB 
)
bool Puma::RegComp::match ( const char *  string,
int  eflags = 0 
)



Puma Reference Manual. Created on 24 Nov 2009.