template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ T& List< T, A >::Element::get |
( |
| ) |
|
|
inline |
get the value stored in this element.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ const T& List< T, A >::Element::get |
( |
| ) |
const |
|
inline |
get the value stored in this element, for constant lists
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ const Element* List< T, A >::Element::next |
( |
| ) |
const |
|
inline |
Get NEXT Element iterator, for constant lists.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ Element* List< T, A >::Element::next |
( |
| ) |
|
|
inline |
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ const T& List< T, A >::Element::operator* |
( |
| ) |
const |
|
inline |
- operator, for using as *iterator, when iterators are defined on stack.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ T& List< T, A >::Element::operator* |
( |
| ) |
|
|
inline |
- operator, for using as *iterator, when iterators are defined on stack,
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ const T* List< T, A >::Element::operator-> |
( |
| ) |
const |
|
inline |
operator->, for using as iterator->, when iterators are defined on stack, for constant lists.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ T* List< T, A >::Element::operator-> |
( |
| ) |
|
|
inline |
operator->, for using as iterator->, when iterators are defined on stack, for constant lists.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ const Element* List< T, A >::Element::prev |
( |
| ) |
const |
|
inline |
Get PREV Element iterator, for constant lists.
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ Element* List< T, A >::Element::prev |
( |
| ) |
|
|
inline |
template<class T, class A = DefaultAllocator>
_FORCE_INLINE_ void List< T, A >::Element::set |
( |
const T & |
p_value | ) |
|
|
inline |
set the value stored in this element.
The documentation for this class was generated from the following file:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/list.h