PCL
|
Root base class of all PCL sorted containers of pointers to objects. More...
#include <Container.h>
Public Types | |
using | const_item_type = typename IndirectContainer< T >::const_item_type |
using | item_type = typename IndirectContainer< T >::item_type |
Public Types inherited from pcl::IndirectContainer< T > | |
using | const_item_type = const T * |
using | item_type = T * |
Definition at line 137 of file Container.h.
using pcl::IndirectSortedContainer< T >::const_item_type = typename IndirectContainer<T>::const_item_type |
The type of contained pointers to immutable objects.
Definition at line 149 of file Container.h.
using pcl::IndirectSortedContainer< T >::item_type = typename IndirectContainer<T>::item_type |
The type of contained pointers.
Definition at line 144 of file Container.h.