This commit is contained in:
parent
4c95915814
commit
5205d550c9
17 changed files with 189 additions and 90 deletions
|
@ -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);}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue