|
| Pool (apr_pool_t *pool, bool release) |
|
apr_pool_t * | getAPRPool () |
|
apr_pool_t * | create () |
|
void * | palloc (size_t length) |
|
char * | pstralloc (size_t length) |
|
char * | itoa (int n) |
|
char * | pstrndup (const char *s, size_t len) |
|
char * | pstrdup (const char *s) |
|
char * | pstrdup (const std::string &) |
|
|
apr_pool_t * | pool |
|
const bool | release |
|
The documentation for this class was generated from the following file: