|
Blender V4.5
|
#include <unique_ptr_vector.h>
Public Member Functions | |
| const T * | operator* () const |
| bool | operator!= (const ConstIterator &other) const |
| void | operator++ () |
Public Attributes | |
| vector< unique_ptr< T > >::const_iterator | it |
Definition at line 106 of file unique_ptr_vector.h.
|
inline |
Definition at line 113 of file unique_ptr_vector.h.
References it.
|
inline |
Definition at line 109 of file unique_ptr_vector.h.
|
inline |
Definition at line 117 of file unique_ptr_vector.h.
References it.
| vector<unique_ptr<T>>::const_iterator unique_ptr_vector< T >::ConstIterator::it |
Definition at line 107 of file unique_ptr_vector.h.
Referenced by operator!=(), operator*(), and operator++().