43 #endif // _MSC_VER > 1000
68 if( ! rcTComList.empty() )
70 insert( this->end(), rcTComList.begin(), rcTComList.end());
94 this->push_back( rcT);
103 this->push_front( rcT);
109 return std::list< C >::find( this->begin(), this->end(), rcT );
Defines version information, constants and small in-line functions.
std::list< C >::iterator TComIterator
Void pushBack(const C &rcT)
TComIterator find(const C &rcT)
Void pushFront(const C &rcT)