18#ifndef _DECAF_INTERNAL_APRPOOL_H_
19#define _DECAF_INTERNAL_APRPOOL_H_
39 mutable apr_pool_t* aprPool;
43 AprPool(
const AprPool& pool);
44 AprPool& operator=(
const AprPool& pool);
75 void allocatePool()
const;
void cleanup()
Clears data that was allocated by this pool.
static apr_pool_t * getGlobalPool()
Gets a pointer to the Global APR Pool used for the Application.
apr_pool_t * getAprPool() const
Gets the internal APR Pool.
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25