| OWBAL::DeprecatedValueListImpl::DeprecatedValueListImpl | ( | void(*)(DeprecatedValueListImplNode *) | deleteFunc, | |
| DeprecatedValueListImplNode *(*)(DeprecatedValueListImplNode *) | copyNode | |||
| ) |
| OWBAL::DeprecatedValueListImpl::~DeprecatedValueListImpl | ( | ) |
~DeprecatedValueListImpl description
| [in] | : | description |
| [out] | : | description |
| OWBAL::DeprecatedValueListImpl::DeprecatedValueListImpl | ( | const DeprecatedValueListImpl & | ) |
| DeprecatedValueListImpl& OWBAL::DeprecatedValueListImpl::operator= | ( | const DeprecatedValueListImpl & | ) |
operator= description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedValueListImpl::clear | ( | ) |
clear description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedValueListImpl::count | ( | ) | const |
count description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedValueListImpl::isEmpty | ( | ) | const |
isEmpty description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::appendNode | ( | DeprecatedValueListImplNode * | node | ) |
appendNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::prependNode | ( | DeprecatedValueListImplNode * | node | ) |
prependNode description
| [in] | : | description |
| [out] | : | description |
| void OWBAL::DeprecatedValueListImpl::removeEqualNodes | ( | DeprecatedValueListImplNode * | node, | |
| bool(*)(const DeprecatedValueListImplNode *, const DeprecatedValueListImplNode *) | equalFunc | |||
| ) |
removeEqualNodes description
| [in] | : | description |
| [out] | : | description |
| unsigned OWBAL::DeprecatedValueListImpl::containsEqualNodes | ( | DeprecatedValueListImplNode * | node, | |
| bool(*)(const DeprecatedValueListImplNode *, const DeprecatedValueListImplNode *) | equalFunc | |||
| ) | const |
containsEqualNodes description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::findEqualNode | ( | DeprecatedValueListImplNode * | node, | |
| bool(*)(const DeprecatedValueListImplNode *, const DeprecatedValueListImplNode *) | equalFunc | |||
| ) | const |
findEqualNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::insert | ( | const DeprecatedValueListImplIterator & | iterator, | |
| DeprecatedValueListImplNode * | node | |||
| ) |
insert description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::removeIterator | ( | DeprecatedValueListImplIterator & | iterator | ) |
removeIterator description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::fromLast | ( | ) |
fromLast description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::firstNode | ( | ) |
*firstNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::lastNode | ( | ) |
*lastNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::firstNode | ( | ) | const |
*firstNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::lastNode | ( | ) | const |
*lastNode description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::begin | ( | ) |
begin description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::end | ( | ) |
end description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::begin | ( | ) | const |
begin description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::end | ( | ) | const |
end description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplIterator OWBAL::DeprecatedValueListImpl::fromLast | ( | ) | const |
fromLast description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::nodeAt | ( | unsigned | index | ) |
*nodeAt description
| [in] | : | description |
| [out] | : | description |
| DeprecatedValueListImplNode* OWBAL::DeprecatedValueListImpl::nodeAt | ( | unsigned | index | ) | const |
*nodeAt description
| [in] | : | description |
| [out] | : | description |
| bool OWBAL::DeprecatedValueListImpl::isEqual | ( | const DeprecatedValueListImpl & | other, | |
| bool(*)(const DeprecatedValueListImplNode *, const DeprecatedValueListImplNode *) | equalFunc | |||
| ) | const |
isEqual description
| [in] | : | description |
| [out] | : | description |
friend class DeprecatedValueListImplNode [friend] |