summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/li_std_stack.i
blob: d2925408948a2ecd891a12744ffacfbd4a4cd22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file   std_stack.i
 * @author gga
 * @date   Sun May  6 01:52:44 2007
 * 
 * @brief  test of std::stack
 * 
 * 
 */

%module li_std_stack

%include std_stack.i


%template( IntStack ) std::stack< int >;