////////////////////////////////////////////////////////////////////////// SeekToFCO //////////////////////////////////////////////////////////////////////////
| 254 | // SeekToFCO |
| 255 | /////////////////////////////////////////////////////////////////////////////// |
| 256 | bool cFCOIterImpl::SeekToFCO(const cFCOName& name) const |
| 257 | { |
| 258 | mIter = mpSet->mFCOSet.find(cFCOSetImpl::cFCONode(name)); |
| 259 | return (mIter != mpSet->mFCOSet.end()); |
| 260 | } |
| 261 | |
| 262 | |
| 263 | void cFCOIterImpl::SeekBegin() const |