RootDataType.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
14 #ifndef _RootDataType_H_
15 #define _RootDataType_H_
16 
17 namespace hippodraw {
18 
21  namespace RootData {
22 
25  enum Type {
28  Int,
29  UInt,
34  };
35  }
36 }
37 #endif

Generated for HippoDraw Class Library by doxygen