Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
RegularExpressionClass Class Reference

#include <regexpr.h>

Classes

struct  DataStruct
 

Public Member Functions

 RegularExpressionClass (const char *expression=0)
 
 RegularExpressionClass (const RegularExpressionClass &copy)
 
 ~RegularExpressionClass (void)
 
bool Compile (const char *expression)
 
bool Is_Valid (void) const
 
bool Match (const char *string) const
 
RegularExpressionClassoperator= (const RegularExpressionClass &rhs)
 
bool operator== (const RegularExpressionClass &rhs) const
 
bool operator!= (const RegularExpressionClass &rhs) const
 

Detailed Description

Definition at line 42 of file regexpr.h.

Constructor & Destructor Documentation

◆ RegularExpressionClass() [1/2]

RegularExpressionClass::RegularExpressionClass ( const char * expression = 0)

Definition at line 100 of file regexpr.cpp.

◆ RegularExpressionClass() [2/2]

RegularExpressionClass::RegularExpressionClass ( const RegularExpressionClass & copy)

Definition at line 113 of file regexpr.cpp.

◆ ~RegularExpressionClass()

RegularExpressionClass::~RegularExpressionClass ( void )

Definition at line 129 of file regexpr.cpp.

Member Function Documentation

◆ Compile()

bool RegularExpressionClass::Compile ( const char * expression)

Definition at line 136 of file regexpr.cpp.

◆ Is_Valid()

bool RegularExpressionClass::Is_Valid ( void ) const

Definition at line 167 of file regexpr.cpp.

◆ Match()

bool RegularExpressionClass::Match ( const char * string) const

Definition at line 174 of file regexpr.cpp.

◆ operator!=()

bool RegularExpressionClass::operator!= ( const RegularExpressionClass & rhs) const
inline

Definition at line 245 of file regexpr.cpp.

◆ operator=()

RegularExpressionClass & RegularExpressionClass::operator= ( const RegularExpressionClass & rhs)

Definition at line 207 of file regexpr.cpp.

◆ operator==()

bool RegularExpressionClass::operator== ( const RegularExpressionClass & rhs) const

Definition at line 223 of file regexpr.cpp.


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