18#ifndef _DECAF_INTERNAL_APRPOOL_H_
19#define _DECAF_INTERNAL_APRPOOL_H_
39 mutable apr_pool_t* aprPool;
75 void allocatePool()
const;
Wraps an APR pool object so that classes in decaf can create a static member for use in static method...
Definition: AprPool.h:33
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