18 #ifndef _DECAF_INTERNAL_APRPOOL_H_ 19 #define _DECAF_INTERNAL_APRPOOL_H_ 23 #include <apr_pools.h> 39 mutable apr_pool_t* aprPool;
55 apr_pool_t* getAprPool()
const;
68 static apr_pool_t* getGlobalPool();
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
#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