hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
DataBase.hpp
Go to the documentation of this file.
1
#ifndef DATA_BASE_HPP
2
#define DATA_BASE_HPP
3
4
#include "
HCEConstants.hpp
"
5
6
namespace
HCE
7
{
8
class
DataBase
// : public ObjectBasic
9
{
10
protected
:
11
ComponentType
type
;
12
public
:
13
DataBase
(
ComponentType
inType =
CT_DEFAULT
):
type
(inType) {}
14
ComponentType
getType
() {
return
type
;}
15
virtual
~DataBase
() {}
16
};
17
}
18
19
#endif
sources
utils
refine
src
DataBase.hpp
Generated on Tue Jun 30 2015 19:42:13 for hce-node application by
1.8.1.2