DOpE
helloworld.h
Go to the documentation of this file.
1 
24 #ifndef HELLO_H
25 #define HELLO_H
26 
27 namespace DOpE
28 {
29  class Hello
30  {
31  public:
32  Hello();
33  };
34 }
35 
36 #endif
Hello()
Definition: helloworld.cc:31
Definition: helloworld.h:29