Added an implementation of std_queue with tests.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5e27a6828a
commit
a7aa62ce68
6 changed files with 206 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
%define %std_stack_methods(stack...)
|
||||
bool empty() const;
|
||||
size_type size() const;
|
||||
const value_type& top();
|
||||
const value_type& top() const;
|
||||
void pop();
|
||||
void push( const value_type& );
|
||||
%enddef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue