Main Page
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Class List
|
File List
|
Class Members
|
File Members
BasicRegEx Class Reference
#include <
BasicRegex.h
>
List of all members.
Public Member Functions
BasicRegEx
(const char *
regex
)
virtual
~BasicRegEx
()
bool
isError
()
int
getError
()
std::string
getErrorStr
()
bool
isMatch
(const char *s)
Private Attributes
char *
regex
regex_t
preg
int
err
Constructor & Destructor Documentation
BasicRegEx::BasicRegEx
(
const char *
regex
)
BasicRegEx::~
BasicRegEx
(
)
[virtual]
Member Function Documentation
int BasicRegEx::getError
(
)
[inline]
string BasicRegEx::getErrorStr
(
)
bool BasicRegEx::isError
(
)
[inline]
bool BasicRegEx::isMatch
(
const char *
s
)
Member Data Documentation
int
BasicRegEx::err
[private]
regex_t
BasicRegEx::preg
[private]
char*
BasicRegEx::regex
[private]
The documentation for this class was generated from the following files:
BasicRegex.h
BasicRegex.cpp
Generated on Thu Sep 16 16:17:23 2004 for nostdinc by
1.3.8