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
LCore.hpp
Go to the documentation of this file.
1
/*
2
* LCore.hpp
3
*
4
* Created on: Dec 4, 2012
5
* Author: handler
6
*/
7
8
#ifndef LCORE_HPP
9
#define LCORE_HPP
10
12
#include <map>
13
#include <vector>
14
16
#include "
LCoreData.hpp
"
17
#include "
TPlugin.hpp
"
18
#include "
Defs.hpp
"
19
20
namespace
HCE
21
{
22
23
24
namespace
component
25
{
26
27
28
class
LCore
29
{
30
public
:
31
LCore
();
32
virtual
~LCore
();
33
public
:
34
void
selectMethod
(
LCoreData
&)
const
;
35
private
:
36
std::vector<TPlugin::Ptr> _vectorPlugins;
37
std::map<unsigned, std::vector<ProcessInfo> > _mapExportedMethods;
38
};
39
40
}
/* namespace component */
41
42
}
/* namespace HCE */
43
44
45
#endif
/* LCORE_H_ */
sources
utils
refine
src
LCore.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2