File: gccxml.cxx.in

package info (click to toggle)
activiz.net 1%3A1.0~git20111214-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,280 kB
  • ctags: 5,957
  • sloc: cs: 28,767; python: 915; cpp: 130; makefile: 35; sh: 11
file content (16 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "@header@"

#ifdef CABLE_CONFIGURATION
namespace _cable_
{
  const char* const package = "Kitware.VTK";
  const char* const package_version = "@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@.@VTK_BUILD_VERSION@";
  const char* const group = "vtk@kit@";

  namespace wrappers
  {
    typedef @cxxclass@ @cxxclass@_W;
  }

}
#endif