Improve Java std::list std::vector runtime tests and wrap std::list::clear

This commit is contained in:
William S Fulton 2017-06-23 15:35:10 +01:00
commit 428b332e68
3 changed files with 29 additions and 7 deletions

View file

@ -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();