This commit is contained in:
parent
1b5d03f9db
commit
cd1c32cfd1
24 changed files with 466 additions and 595 deletions
|
@ -45,6 +45,8 @@ public:
|
|||
|
||||
void clear() {List.clear();}
|
||||
void resize(int i) {List.resize(i);}
|
||||
void erase(int i) {List.erase(List.begin()+i);}
|
||||
// int begin() {return(List.begin);}
|
||||
|
||||
|
||||
int size() {return(List.size());}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue