#include "SignatureDB.h"
#include <time.h>
#include <boost/bind.hpp>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Classes | |
class | Class2ID |
Defines | |
#define | TIME_OUT_ACTIVE_SIG 30000 |
#define | XML_ATTRIBUTE_SIGDB_CLASS "Class" |
#define | XML_ATTRIBUTE_SIGDB_ID "ID" |
#define | XML_NODE_SIGDB_INTERN_DB "SigDBRoot" |
#define | XML_NODE_SIGDB_INTERN_IDLIST "SigDBIDList" |
#define | XML_NODE_SIGDB_INTERN_INDEX "SigDBIndex" |
#define | XML_NODE_SIGDB_INTERN_INDEX_CLASS2ID "SigDBIndexClass2ID" |
#define | XML_NODE_SIGDB_INTERN_INDEX_CLASS2ID_MEM "idMem" |
#define | XML_NODE_SIGDB_INTERN_INDEX_ID2CLASS "SigDBIndexID2Class" |
#define | XML_NODE_SIGDB_INTERN_INDEX_ID2CLASS_MEM "classMem" |
#define TIME_OUT_ACTIVE_SIG 30000 |
Definition at line 334 of file SignatureDB.cpp.
#define XML_ATTRIBUTE_SIGDB_CLASS "Class" |
Definition at line 44 of file SignatureDB.cpp.
#define XML_ATTRIBUTE_SIGDB_ID "ID" |
Definition at line 45 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_DB "SigDBRoot" |
Definition at line 33 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_IDLIST "SigDBIDList" |
Definition at line 35 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_INDEX "SigDBIndex" |
Definition at line 34 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_INDEX_CLASS2ID "SigDBIndexClass2ID" |
Definition at line 38 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_INDEX_CLASS2ID_MEM "idMem" |
Definition at line 41 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_INDEX_ID2CLASS "SigDBIndexID2Class" |
Definition at line 39 of file SignatureDB.cpp.
#define XML_NODE_SIGDB_INTERN_INDEX_ID2CLASS_MEM "classMem" |
Definition at line 42 of file SignatureDB.cpp.