22 template<
class T,
class Coll=std::vector<T> >
class DTCache {
28 typedef typename my_collection::iterator
iterator;
virtual ~DTCache()
Destructor.
my_collection::iterator iterator
my_collection::const_iterator const_iterator
const_iterator begin() const
Get first cache element.
virtual void reconstruct()
Virtual reconstruct member.
const_iterator end() const
Get last cache element.
void clearCache()
Clear cache vector.
int size() const
Get cache vector's size.