highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2