A collection of assert function wrappers.
A wrapper class to provide AutoPtr with reference semantics.
const char * get_pattern() const
Return the original pattern (uncompiled)
const char * get_error() const
Return error message.
regex_t * m_compiled_pattern
int match(const char *text_)
Match an ASCII character string agains the pattern this class wraps.