MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
jdstyle.cpp
Go to the documentation of this file.
1
6{
7 public:
8
27
33
44 int testMe(int a,const char *s);
45
52 virtual void testMeToo(char c1,char c2) = 0;
53
59
64 int (*handler)(int a,int b);
65};
66
int testMe(int a, const char *s)
enum Javadoc_Test::TEnum * enumPtr
virtual void testMeToo(char c1, char c2)=0
int(* handler)(int a, int b)
Definition jdstyle.cpp:64
enum Javadoc_Test::TEnum enumVar