GME  13
Public Member Functions
Pool Class Reference

#include <Pool.h>

List of all members.

Public Member Functions

 Pool ()
 Pool (Pool &parent)
 ~Pool ()
apr_pool_tpool () const

Detailed Description

this class manages one apr pool. Objects of this class are allocated on the stack of the SVNClient & SVNAdmin methods as the request pool. Leaving the methods will destroy the pool.

Definition at line 33 of file Pool.h.


Constructor & Destructor Documentation

Pool::Pool ( Pool parent)

Member Function Documentation

apr_pool_t* Pool::pool ( ) const

The documentation for this class was generated from the following file: