#include <pool.h>
◆ Pool() [1/2]
      
        
          | log4cxx::helpers::Pool::Pool  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Pool() [2/2]
      
        
          | log4cxx::helpers::Pool::Pool  | 
          ( | 
          apr_pool_t *  | 
          pool,  | 
        
        
           | 
           | 
          bool  | 
          release  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~Pool()
      
        
          | log4cxx::helpers::Pool::~Pool  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ create()
      
        
          | apr_pool_t * log4cxx::helpers::Pool::create  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getAPRPool()
      
        
          | apr_pool_t * log4cxx::helpers::Pool::getAPRPool  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ itoa()
      
        
          | char * log4cxx::helpers::Pool::itoa  | 
          ( | 
          int  | 
          n | ) | 
           | 
        
      
 
 
◆ palloc()
      
        
          | void * log4cxx::helpers::Pool::palloc  | 
          ( | 
          size_t  | 
          length | ) | 
           | 
        
      
 
 
◆ pstralloc()
      
        
          | char * log4cxx::helpers::Pool::pstralloc  | 
          ( | 
          size_t  | 
          length | ) | 
           | 
        
      
 
 
◆ pstrdup() [1/2]
      
        
          | char * log4cxx::helpers::Pool::pstrdup  | 
          ( | 
          const char *  | 
          s | ) | 
           | 
        
      
 
 
◆ pstrdup() [2/2]
      
        
          | char * log4cxx::helpers::Pool::pstrdup  | 
          ( | 
          const std::string &  | 
           | ) | 
           | 
        
      
 
 
◆ pstrndup()
      
        
          | char * log4cxx::helpers::Pool::pstrndup  | 
          ( | 
          const char *  | 
          s,  | 
        
        
           | 
           | 
          size_t  | 
          len  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pool
  
  
      
        
          | apr_pool_t* log4cxx::helpers::Pool::pool | 
         
       
   | 
  
protected   | 
  
 
 
◆ release
  
  
      
        
          | const bool log4cxx::helpers::Pool::release | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: