HCE project C++ developers source code library
1.1.1
HCE project developer library
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
refine
src
DataBase.hpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2