This commit is contained in:
Daveo 2001-02-16 18:23:01 +00:00
parent 4c95915814
commit 5205d550c9
17 changed files with 189 additions and 90 deletions

View file

@ -46,6 +46,7 @@ public:
void clear() {List.clear();}
void resize(int i) {List.resize(i);}
void erase(int i) {List.erase(List.begin()+i);}
void insert(int i,T &Item) {List.insert(List.begin()+i,Item);}
// int begin() {return(List.begin);}