All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
load_pyutil.h
Go to the documentation of this file.
1 /**
2  * \file load_pyutil.h
3  *
4  * \ingroup PyUtil
5  *
6  * \brief Class def header for a class load_pyutil
7  *
8  * @author kazuhiro
9  */
10 
11 /** \addtogroup PyUtil
12 
13  @{*/
14 #ifndef LOAD_PYUTIL_H
15 #define LOAD_PYUTIL_H
16 
17 #include <iostream>
18 
19 namespace flashmatch {
20  /**
21  \class load_pyutil
22  User defined class load_pyutil ... these comments are used to generate
23  doxygen documentation!
24  */
25  class load_pyutil{
26 
27  public:
28 
29  /// Default constructor
30  load_pyutil();
31 
32  /// Default destructor
34 
35  };
36 }
37 
38 #endif
39 /** @} */ // end of doxygen group
40 
~load_pyutil()
Default destructor.
Definition: load_pyutil.h:33
load_pyutil()
Default constructor.
Definition: load_pyutil.cxx:8