highlighter application
1.1
HCE project utils : highlighter
|
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | InDataStruct |
struct | InDataStruct::InternalInDataParams |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Enumerations | |
enum | SearchType { ST_SINGLE = 0, ST_STRICKT = 1, ST_NO_STRICKT = 2 } |
class InDataStruct definition. It class contents "Highlight" unil's incoming data. Also here fefine SearchType enum, that represents 3 search type.
Definition in file InDataStruct.hpp.
enum SearchType |
Definition at line 22 of file InDataStruct.hpp.