|
SvnCpp
|
#include <pool.hpp>
Public Member Functions | |
| Pool (apr_pool_t *parent=(apr_pool_t *) 0) | |
| virtual | ~Pool () |
| apr_pool_t * | pool () const |
| operator apr_pool_t * () const | |
| void | renew () |
Class for encapsulation of apr/subversion pools
| svn::Pool::Pool | ( | apr_pool_t * | parent = (apr_pool_t *) 0 | ) |
creates a subpool new pool to an existing pool
| parent | NULL -> global pool |
Referenced by renew().
|
virtual |
|
inline |
operator to return apr handle to the pool
| apr_pool_t * svn::Pool::pool | ( | ) | const |
| void svn::Pool::renew | ( | ) |
release pool and create a new one
References Pool().