
Public Types | |
| typedef DeprecatedValueListIterator< T > | Iterator |
| typedef DeprecatedValueListIterator< T > | iterator |
| typedef DeprecatedValueListConstIterator < T > | ConstIterator |
| typedef DeprecatedValueListConstIterator < T > | const_iterator |
Public Member Functions | |
| DeprecatedValueList () | |
| DeprecatedValueList description. | |
| void | clear () |
| clear description | |
| unsigned | count () const |
| count description | |
| bool | isEmpty () const |
| isEmpty description | |
| Iterator | append (const T &val) |
| append description | |
| Iterator | prepend (const T &val) |
| prepend description | |
| void | remove (const T &val) |
| remove description | |
| unsigned | contains (const T &val) const |
| contains description | |
| Iterator | find (const T &val) const |
| find description | |
| Iterator | insert (Iterator iter, const T &val) |
| insert description | |
| Iterator | remove (Iterator iter) |
| remove description | |
| Iterator | fromLast () |
| fromLast description | |
| T & | first () |
| first description | |
| const T & | first () const |
| first description | |
| T & | last () |
| last description | |
| const T & | last () const |
| last description | |
| Iterator | begin () |
| begin description | |
| Iterator | end () |
| end description | |
| ConstIterator | begin () const |
| begin description | |
| ConstIterator | end () const |
| end description | |
| ConstIterator | constBegin () const |
| constBegin description | |
| ConstIterator | constEnd () const |
| constEnd description | |
| ConstIterator | fromLast () const |
| fromLast description | |
| T & | operator[] (unsigned index) |
| description | |
| const T & | operator[] (unsigned index) const |
| description | |
| DeprecatedValueList & | operator+= (const T &value) |
| &operator+= description | |
| DeprecatedValueList & | operator<< (const T &value) |
| &operator<< description | |
Friends | |
| bool | operator== (const DeprecatedValueList< T > &, const DeprecatedValueList< T > &) |
| operator==<> description | |
| typedef DeprecatedValueListIterator<T> OWBAL::DeprecatedValueList< T >::Iterator |
| typedef DeprecatedValueListIterator<T> OWBAL::DeprecatedValueList< T >::iterator |
| typedef DeprecatedValueListConstIterator<T> OWBAL::DeprecatedValueList< T >::ConstIterator |
| typedef DeprecatedValueListConstIterator<T> OWBAL::DeprecatedValueList< T >::const_iterator |
| OWBAL::DeprecatedValueList< T >::DeprecatedValueList | ( | ) |
| void OWBAL::DeprecatedValueList< T >::clear | ( | ) |
clear description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedValueList< T >::count | ( | ) | const |
count description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedValueList< T >::isEmpty | ( | ) | const |
isEmpty description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::append | ( | const T & | val | ) |
append description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::prepend | ( | const T & | val | ) |
prepend description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedValueList< T >::remove | ( | const T & | val | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedValueList< T >::contains | ( | const T & | val | ) | const |
contains description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::find | ( | const T & | val | ) | const |
find description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::insert | ( | Iterator | iter, | |
| const T & | val | |||
| ) |
insert description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::remove | ( | Iterator | iter | ) |
remove description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::fromLast | ( | ) |
fromLast description
| [in] | : | description |
| [out] | : | description |
| T& OWBAL::DeprecatedValueList< T >::first | ( | ) |
first description
| [in] | : | description |
| [out] | : | description |
| const T& OWBAL::DeprecatedValueList< T >::first | ( | ) | const |
first description
| [in] | : | description |
| [out] | : | description |
| T& OWBAL::DeprecatedValueList< T >::last | ( | ) |
last description
| [in] | : | description |
| [out] | : | description |
| const T& OWBAL::DeprecatedValueList< T >::last | ( | ) | const |
last description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::begin | ( | ) |
begin description
| [in] | : | description |
| [out] | : | description |
| Iterator OWBAL::DeprecatedValueList< T >::end | ( | ) |
end description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedValueList< T >::begin | ( | ) | const |
begin description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedValueList< T >::end | ( | ) | const |
end description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedValueList< T >::constBegin | ( | ) | const |
constBegin description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedValueList< T >::constEnd | ( | ) | const |
constEnd description
| [in] | : | description |
| [out] | : | description |
| ConstIterator OWBAL::DeprecatedValueList< T >::fromLast | ( | ) | const |
fromLast description
| [in] | : | description |
| [out] | : | description |
| T& OWBAL::DeprecatedValueList< T >::operator[] | ( | unsigned | index | ) |
description
| [in] | : | description |
| [out] | : | description |
| const T& OWBAL::DeprecatedValueList< T >::operator[] | ( | unsigned | index | ) | const |
description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueList& OWBAL::DeprecatedValueList< T >::operator+= | ( | const T & | value | ) |
&operator+= description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueList& OWBAL::DeprecatedValueList< T >::operator<< | ( | const T & | value | ) |
&operator<< description
| [in] | : | description |
| [out] | : | description |
| bool operator== | ( | const DeprecatedValueList< T > & | , | |
| const DeprecatedValueList< T > & | ||||
| ) | [friend] |
operator==<> description
| [in] | : | description |
| [out] | : | description |