Allocator class.  
 More...
#include <Allocator.h>
 | 
| virtual  | ~Allocator () | 
|   | Destructor.  More...
  | 
|   | 
| virtual void *  | New (size_t t)  throw (std::bad_alloc) | 
|   | Create of memory allocation.  More...
  | 
|   | 
| virtual void  | Delete (void *p)  throw () | 
|   | Delete of memory allocation.  More...
  | 
|   | 
| virtual void *  | NewArray (size_t t)  throw (std::bad_alloc) | 
|   | Create of array memory allocation.  More...
  | 
|   | 
| virtual void  | DeleteArray (void *p)  throw () | 
|   | Delete of array memory allocation.  More...
  | 
|   | 
  
  
      
        
          | virtual coil::Allocator::~Allocator  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void coil::Allocator::Delete  | 
          ( | 
          void *  | 
          p | ) | 
           | 
         
        
          | throw  | ( |  | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Delete of memory allocation. 
Delete of memory allocation.
- Parameters
 - 
  
    | p | Pointer to a memory allocation.  | 
  
   
Referenced by ~Allocator().
 
 
  
  
      
        
          | virtual void coil::Allocator::DeleteArray  | 
          ( | 
          void *  | 
          p | ) | 
           | 
         
        
          | throw  | ( |  | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Delete of array memory allocation. 
Delete of array memory allocation.
- Parameters
 - 
  
    | p | Pointer to a memory allocation.  | 
  
   
Referenced by ~Allocator().
 
 
  
  
      
        
          | virtual void* coil::Allocator::New  | 
          ( | 
          size_t  | 
          t | ) | 
           | 
         
        
          | throw  | ( | std::bad_alloc | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Create of memory allocation. 
Create of memory allocation.
- Parameters
 - 
  
  
 
- Returns
 - Pointer to a memory allocation. 
 
Referenced by ~Allocator().
 
 
  
  
      
        
          | virtual void* coil::Allocator::NewArray  | 
          ( | 
          size_t  | 
          t | ) | 
           | 
         
        
          | throw  | ( | std::bad_alloc | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Create of array memory allocation. 
Create of array memory allocation.
- Parameters
 - 
  
  
 
- Returns
 - Pointer to a memory allocation. 
 
Referenced by ~Allocator().
 
 
The documentation for this class was generated from the following file:
- /home/openrtm/doc-build/OpenRTM-aist-1.2.1/src/lib/coil/include/coil/Allocator.h