summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubystdcommon_forward.swg
blob: 4120b38e4980bc25c9b1f3c9dbcfa393079bbaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%fragment("StdTraitsForwardDeclaration","header")
{
namespace swig {
  template <class Type> struct traits_asptr;
  template <class Type> struct traits_asval;
  struct pointer_category;
  template <class Type, class Category> struct traits_as;
  template <class Type> struct traits_from;
  template <class Type> struct traits_from_ptr;
  template <class Type> struct noconst_traits;
  template <class Type> swig_type_info* type_info();
  template <class Type> const char* type_name();
  template <class Type> VALUE from(const Type& val);
}
}