PCL
ReferenceArray.h File Reference
#include <pcl/Diagnostics.h>
#include <pcl/Allocator.h>
#include <pcl/Container.h>
#include <pcl/IndirectArray.h>
#include <pcl/Iterator.h>
#include <pcl/StandardAllocator.h>

Go to the source code of this file.

Classes

class  pcl::ReferenceArray< T, A >
 Dynamic array of pointers to objects providing direct iteration and element access by reference. More...
 
class  pcl::ReferenceArray< T, A >::const_iterator
 Immutable ReferenceArray iterator. More...
 
class  pcl::ReferenceArray< T, A >::iterator
 Mutable ReferenceArray iterator. More...
 

Namespaces

 pcl
 PCL root namespace.
 

Functions

template<class T , class A >
bool pcl::operator< (const ReferenceArray< T, A > &x1, const ReferenceArray< T, A > &x2)
 
template<class T , class A , class V >
ReferenceArray< T, A > & pcl::operator<< (ReferenceArray< T, A > &&x, const V *p)
 
template<class T , class A >
ReferenceArray< T, A > & pcl::operator<< (ReferenceArray< T, A > &&x1, const ReferenceArray< T, A > &x2)
 
template<class T , class A , class V >
ReferenceArray< T, A > & pcl::operator<< (ReferenceArray< T, A > &x, const V *p)
 
template<class T , class A >
ReferenceArray< T, A > & pcl::operator<< (ReferenceArray< T, A > &x1, const ReferenceArray< T, A > &x2)
 
template<class T , class A >
bool pcl::operator== (const ReferenceArray< T, A > &x1, const ReferenceArray< T, A > &x2)