highlighter application
1.1
HCE project utils : highlighter
|
#include <Poco/Condition.h>
#include <Poco/Mutex.h>
#include <Poco/Random.h>
#include <Poco/ScopedLock.h>
#include <Poco/SharedPtr.h>
#include <Poco/Timestamp.h>
#include <iostream>
#include <vector>
#include <msgpack.hpp>
#include "InDataStruct.hpp"
Go to the source code of this file.
Classes | |
class | CrossThreadBuf |
class | CrossThreadBuf::ResElement |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Macros | |
#define | MICRO_SEC_MULTIPLIER 1000 |
CrossThreadBuf class implementation.
Definition in file CrossThreadBuf.hpp.
#define MICRO_SEC_MULTIPLIER 1000 |
Definition at line 29 of file CrossThreadBuf.hpp.