Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Dummy.hpp
Go to the documentation of this file.
1 /*
2  * Dummy.hpp
3  *
4  * Created on: Jul 6, 2014
5  * Author: nano
6  */
7 
8 #ifndef DUMMY_HPP_
9 #define DUMMY_HPP_
10 
11 namespace phoxonics {
12 namespace cuda {
13 
14 class Dummy {
15 public:
16  Dummy();
17  virtual ~Dummy();
18 };
19 
20 } /* namespace cuda */
21 } /* namespace phoxonics */
22 
23 #endif /* DUMMY_HPP_ */
Definition: CommonBase.hpp:14
virtual ~Dummy()
Definition: Dummy.cpp:18
Dummy()
Definition: Dummy.cpp:13
Definition: Dummy.hpp:14