hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Defs.hpp File Reference
#include <string>
#include <iostream>
Include dependency graph for Defs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

Macros

#define CONF_FILE   "conf.xml"
#define MYSQL_USER   "hce"
#define MYSQL_PWD   "hceprjp"
#define MYSQL_HOST   "localhost"
#define MYSQL_DB   "templatesr"
#define MYSQL_TABLE   "stat_raw_data"
#define CHAR_TYPE   char
#define WORD_CONTENT_OFFSET   unsigned long
#define LANG_ID   unsigned short
#define TAG_ID   unsigned short
#define WORD_LENGTH   unsigned long
#define SSTRING   std::basic_string<CHAR_TYPE>
#define MAX_NUM_LANG   161
#define _log_   std::cout
#define _log_end_   std::endl
#define DEFAULT_NORMALIZATION_WITHOUT   0
#define DEFAULT_NORMALIZATION_WITH   1
#define DEFAULT_SUBJECT_MASK   0

Typedefs

typedef unsigned short HCE::POSMask

Enumerations

enum  HCE::WORD_TYPE
enum  HCE::GRANULARITY_LEVEL

Macro Definition Documentation

#define _log_   std::cout

Definition at line 48 of file Defs.hpp.

#define _log_end_   std::endl

Definition at line 49 of file Defs.hpp.

#define CHAR_TYPE   char

C++11 standard support

Definition at line 33 of file Defs.hpp.

#define CONF_FILE   "conf.xml"

Definition at line 16 of file Defs.hpp.

#define DEFAULT_NORMALIZATION_WITH   1

Definition at line 52 of file Defs.hpp.

#define DEFAULT_NORMALIZATION_WITHOUT   0

Definition at line 51 of file Defs.hpp.

#define DEFAULT_SUBJECT_MASK   0

Definition at line 53 of file Defs.hpp.

#define LANG_ID   unsigned short

Definition at line 40 of file Defs.hpp.

#define MAX_NUM_LANG   161

Definition at line 47 of file Defs.hpp.

#define MYSQL_DB   "templatesr"

Definition at line 22 of file Defs.hpp.

#define MYSQL_HOST   "localhost"

Definition at line 20 of file Defs.hpp.

#define MYSQL_PWD   "hceprjp"

Definition at line 19 of file Defs.hpp.

#define MYSQL_TABLE   "stat_raw_data"

Definition at line 23 of file Defs.hpp.

#define MYSQL_USER   "hce"

Definition at line 18 of file Defs.hpp.

#define SSTRING   std::basic_string<CHAR_TYPE>

Definition at line 43 of file Defs.hpp.

#define TAG_ID   unsigned short

Definition at line 41 of file Defs.hpp.

#define WORD_CONTENT_OFFSET   unsigned long

Definition at line 39 of file Defs.hpp.

#define WORD_LENGTH   unsigned long

Definition at line 42 of file Defs.hpp.