HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <Poco/Util/HelpFormatter.h>
#include <Poco/Util/ServerApplication.h>
#include <Poco/Util/OptionSet.h>
#include <Poco/SharedPtr.h>
#include <Poco/AutoPtr.h>
#include <Poco/Exception.h>
#include <Poco/Bugcheck.h>
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <unistd.h>
#include <stdio.h>
#include <sstream>
#include <algorithm>
#include "Logger.hpp"
#include "DBSession.hpp"
#include "exceptions/AlreadyInitializedException.hpp"
#include "exceptions/NotSetDatabaseParameters.hpp"
#include "exceptions/NotSetDatabaseType.hpp"
Go to the source code of this file.
Classes | |
class | HCE::ServerApplication |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' |
Macros | |
#define | HCE_SERVER_MAIN(App) |
ServerApplication - base class for application
Definition in file ServerApplication.hpp.
#define HCE_SERVER_MAIN | ( | App | ) |
Definition at line 112 of file ServerApplication.hpp.