Public Member Functions | |
Pool () | |
Pool (apr_pool_t *pool, bool release) | |
~Pool () | |
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 &) |
Protected Attributes | |
apr_pool_t * | pool |
const bool | release |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|