|
Apache Log4cxx
Version 1.7.0
|
#include <pool.h>
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 |
| log4cxx::helpers::Pool::Pool | ( | ) |
| log4cxx::helpers::Pool::Pool | ( | apr_pool_t * | pool, |
| bool | release ) |
| log4cxx::helpers::Pool::~Pool | ( | ) |
| apr_pool_t * log4cxx::helpers::Pool::create | ( | ) |
| apr_pool_t * log4cxx::helpers::Pool::getAPRPool | ( | ) |
| char * log4cxx::helpers::Pool::itoa | ( | int | n | ) |
| void * log4cxx::helpers::Pool::palloc | ( | size_t | length | ) |
| char * log4cxx::helpers::Pool::pstralloc | ( | size_t | length | ) |
| char * log4cxx::helpers::Pool::pstrdup | ( | const char * | s | ) |
| char * log4cxx::helpers::Pool::pstrdup | ( | const std::string & | ) |
| char * log4cxx::helpers::Pool::pstrndup | ( | const char * | s, |
| size_t | len ) |
|
protected |
|
protected |