DOpE
helloworld.h
Go to the documentation of this file.
1 
24 namespace DOpE
25 {
26  class Hello
27  {
28  public:
29  Hello();
30  };
31 }
Hello()
Definition: helloworld.cc:31
Definition: helloworld.h:26