Home
last modified time | relevance | path

Searched refs:AtReplace (Results 1 – 3 of 3) sorted by relevance

/dports/misc/estic/estic-1.61_10/spunk/
H A Dcoll.h110 void AtReplace (int Index, void* Item);
171 virtual void AtReplace (int Index, T* Item);
249 inline void Collection<T>::AtReplace (int Index, T* Item) in AtReplace() function
251 _Collection::AtReplace (Index, (void*) Item); in AtReplace()
H A Dcoll.cc171 void _Collection::AtReplace (int Index, void* Item) in AtReplace() function in _Collection
H A Dlistbox.h597 Coll->AtReplace (Index, Item); in Replace()