Data structure to hold errors. More...
Public Attributes | |
CtelRegexp::RStatus | rc |
Enumerated type to hold status codes. | |
const char * | msg |
Holds character string error message. |
Data structure to hold errors.
This module implements a C++ wrapper for Regular Expressions based on the public domain engine for regular expressions released by: Copyright (c) 1986 by University of Toronto. Written by Henry Spencer. Not derived from licensed software.