Path : /proc/self/root/usr/share/YaST2/data/devtools/pluglib-bindings/swig/blocxx/ |
Current File : //proc/self/root/usr/share/YaST2/data/devtools/pluglib-bindings/swig/blocxx/sequence.i |
/* * file: blocxx/sequence.i * author: Martin Lazar <mlazar@suse.cz> * * BloCxx sequences (list) typemaps * * $Id: sequence.i 57030 2009-04-29 11:10:24Z lslezak $ */ %include "generic/sequence.i" namespace BLOCXX_NAMESPACE { class List; } %define specialize_blocxx_sequence(T, FROM_SV, TO_SV, CHECK_SV) specialize_generic_sequence(BLOCXX_NAMESPACE::List, T, FROM_SV, TO_SV, CHECK_SV) %enddef