Puma Reference Manual | Puma: Puma::RegComp Class Reference |
#include <RegComp.h>
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 |
Puma::RegComp::RegComp | ( | const char * | expr, | |
int | cflags = REG_EXTENDED|REG_NOSUB | |||
) |
Puma::RegComp::RegComp | ( | RegComp & | ) |
Puma::RegComp::~RegComp | ( | ) | [inline] |
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 | |||
) |