Point Cloud Library (PCL)  1.14.0-dev
Namespaces | Macros | Functions
memory.h File Reference
#include <pcl/type_traits.h>
#include <Eigen/Core>
#include <memory>
#include <type_traits>
#include <utility>
+ Include dependency graph for memory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Defines functions, macros and traits for allocating and using memory.

Definition in file memory.h.

Namespaces

 pcl
 

Macros

#define PCL_MAKE_ALIGNED_OPERATOR_NEW
 Macro to signal a class requires a custom allocator. More...
 

Functions

template<typename T , typename ... Args>
shared_ptr< T > pcl::make_shared (Args &&... args)
 Returns a pcl::shared_ptr compliant with type T's allocation policy. More...