#include <htsearch.h>
Inheritance diagram for ht_regex_search_exception:
Public Member Functions | |
ht_regex_search_exception (int e, regex_t *r) | |
virtual const char * | what () |
Public Attributes | |
int | errorcode |
regex_t * | regex |
Protected Attributes | |
char | rxerr [128] |
|
Definition at line 360 of file htsearch.cc. References errorcode, ht_snprintf(), regerror(), regex, regex_t, and rxerr. |
|
Reimplemented from ht_exception. Definition at line 370 of file htsearch.cc. References rxerr. |
|
Definition at line 82 of file htsearch.h. Referenced by ht_regex_search_exception(). |
|
Definition at line 83 of file htsearch.h. Referenced by ht_regex_search_exception(). |
|
Definition at line 80 of file htsearch.h. Referenced by ht_regex_search_exception(), and what(). |