PCL
Allocator.h File Reference
#include <pcl/Defs.h>
#include <pcl/Diagnostics.h>
#include <pcl/Relational.h>
#include <pcl/Utility.h>

Go to the source code of this file.

Classes

class  pcl::Allocator< T, A >
 Provides memory allocation for PCL containers. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

template<class T , class A >
void pcl::Construct (T *p, A &a)
 
template<class T , class T1 , class A >
void pcl::Construct (T *p, const T1 &v, A &a)
 
template<class T >
void pcl::Destroy (T *p)
 
template<class T >
void pcl::Destroy (T *p, T *q)