OSG
3.4.0
|
#include <MixinVector.h>
Public Types | |
typedef vector_type::allocator_type | allocator_type |
typedef vector_type::value_type | value_type |
typedef vector_type::const_pointer | const_pointer |
typedef vector_type::pointer | pointer |
typedef vector_type::const_reference | const_reference |
typedef vector_type::reference | reference |
typedef vector_type::const_iterator | const_iterator |
typedef vector_type::iterator | iterator |
typedef vector_type::const_reverse_iterator | const_reverse_iterator |
typedef vector_type::reverse_iterator | reverse_iterator |
typedef vector_type::size_type | size_type |
typedef vector_type::difference_type | difference_type |
Friends | |
bool | operator== (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator== (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator== (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator!= (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator!= (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator!= (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator< (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator< (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator< (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator> (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator> (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator> (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator<= (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator<= (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator<= (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator>= (const MixinVector< ValueT > &left, const MixinVector< ValueT > &right) |
bool | operator>= (const MixinVector< ValueT > &left, const std::vector< ValueT > &right) |
bool | operator>= (const std::vector< ValueT > &left, const MixinVector< ValueT > &right) |
MixinVector is a base class that allows inheritance to be used to easily emulate derivation from std::vector but without introducing undefined behaviour through violation of virtual destructor rules.
Definition at line 28 of file MixinVector.h.
typedef vector_type::allocator_type osg::MixinVector< ValueT >::allocator_type |
Definition at line 32 of file MixinVector.h.
typedef vector_type::const_iterator osg::MixinVector< ValueT >::const_iterator |
Definition at line 38 of file MixinVector.h.
typedef vector_type::const_pointer osg::MixinVector< ValueT >::const_pointer |
Definition at line 34 of file MixinVector.h.
typedef vector_type::const_reference osg::MixinVector< ValueT >::const_reference |
Definition at line 36 of file MixinVector.h.
typedef vector_type::const_reverse_iterator osg::MixinVector< ValueT >::const_reverse_iterator |
Definition at line 40 of file MixinVector.h.
typedef vector_type::difference_type osg::MixinVector< ValueT >::difference_type |
Definition at line 43 of file MixinVector.h.
typedef vector_type::iterator osg::MixinVector< ValueT >::iterator |
Definition at line 39 of file MixinVector.h.
typedef vector_type::pointer osg::MixinVector< ValueT >::pointer |
Definition at line 35 of file MixinVector.h.
typedef vector_type::reference osg::MixinVector< ValueT >::reference |
Definition at line 37 of file MixinVector.h.
typedef vector_type::reverse_iterator osg::MixinVector< ValueT >::reverse_iterator |
Definition at line 41 of file MixinVector.h.
typedef vector_type::size_type osg::MixinVector< ValueT >::size_type |
Definition at line 42 of file MixinVector.h.
typedef vector_type::value_type osg::MixinVector< ValueT >::value_type |
Definition at line 33 of file MixinVector.h.
|
inlineexplicit |
Definition at line 45 of file MixinVector.h.
|
inlineexplicit |
Definition at line 49 of file MixinVector.h.
|
inline |
Definition at line 55 of file MixinVector.h.
|
inline |
Definition at line 60 of file MixinVector.h.
|
inline |
Definition at line 65 of file MixinVector.h.
|
inlinevirtual |
Definition at line 82 of file MixinVector.h.
|
inline |
Definition at line 113 of file MixinVector.h.
|
inline |
Definition at line 115 of file MixinVector.h.
|
inline |
|
inline |
Definition at line 142 of file MixinVector.h.
|
inline |
Definition at line 110 of file MixinVector.h.
|
inline |
Definition at line 111 of file MixinVector.h.
|
inline |
Definition at line 136 of file MixinVector.h.
|
inline |
Definition at line 137 of file MixinVector.h.
|
inline |
|
inline |
Definition at line 98 of file MixinVector.h.
|
inline |
Definition at line 93 of file MixinVector.h.
|
inline |
Definition at line 84 of file MixinVector.h.
|
inline |
|
inline |
|
inline |
Definition at line 100 of file MixinVector.h.
|
inline |
Definition at line 120 of file MixinVector.h.
|
inline |
Definition at line 121 of file MixinVector.h.
|
inline |
|
inline |
Definition at line 139 of file MixinVector.h.
|
inline |
Definition at line 95 of file MixinVector.h.
|
inline |
Definition at line 123 of file MixinVector.h.
|
inline |
Definition at line 126 of file MixinVector.h.
|
inline |
Definition at line 131 of file MixinVector.h.
|
inline |
Definition at line 94 of file MixinVector.h.
|
inline |
Definition at line 70 of file MixinVector.h.
|
inline |
Definition at line 76 of file MixinVector.h.
|
inline |
Definition at line 107 of file MixinVector.h.
|
inline |
Definition at line 108 of file MixinVector.h.
|
inline |
Definition at line 118 of file MixinVector.h.
|
inline |
Definition at line 117 of file MixinVector.h.
|
inline |
Definition at line 102 of file MixinVector.h.
|
inline |
Definition at line 103 of file MixinVector.h.
|
inline |
Definition at line 104 of file MixinVector.h.
|
inline |
Definition at line 105 of file MixinVector.h.
|
inline |
Definition at line 86 of file MixinVector.h.
|
inline |
Definition at line 85 of file MixinVector.h.
|
inline |
|
inline |
|
inline |
Definition at line 89 of file MixinVector.h.
|
friend |
Definition at line 148 of file MixinVector.h.
|
friend |
Definition at line 149 of file MixinVector.h.
|
friend |
Definition at line 150 of file MixinVector.h.
|
friend |
Definition at line 152 of file MixinVector.h.
|
friend |
Definition at line 153 of file MixinVector.h.
|
friend |
Definition at line 154 of file MixinVector.h.
|
friend |
Definition at line 160 of file MixinVector.h.
|
friend |
Definition at line 161 of file MixinVector.h.
|
friend |
Definition at line 162 of file MixinVector.h.
|
friend |
Definition at line 144 of file MixinVector.h.
|
friend |
Definition at line 145 of file MixinVector.h.
|
friend |
Definition at line 146 of file MixinVector.h.
|
friend |
Definition at line 156 of file MixinVector.h.
|
friend |
Definition at line 157 of file MixinVector.h.
|
friend |
Definition at line 158 of file MixinVector.h.
|
friend |
Definition at line 164 of file MixinVector.h.
|
friend |
Definition at line 165 of file MixinVector.h.
|
friend |
Definition at line 166 of file MixinVector.h.