Improve Java std::list std::vector runtime tests and wrap std::list::clear
This commit is contained in:
parent
990c597365
commit
428b332e68
3 changed files with 29 additions and 7 deletions
|
|
@ -164,6 +164,7 @@ namespace std {
|
|||
void assign(size_type n, const value_type &val);
|
||||
%rename(isEmpty) empty;
|
||||
bool empty() const;
|
||||
void clear();
|
||||
size_type max_size() const;
|
||||
void pop_back();
|
||||
void pop_front();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue