NCBI C++ ToolKit
|
#include <corelib/ncbimtx.hpp>
#include <corelib/ncbicntr.hpp>
#include <utility>
#include <connect/services/netschedule_api.hpp>
#include <connect/services/json_over_uttp.hpp>
#include "ns_util.hpp"
#include "job_status.hpp"
#include "queue_clean_thread.hpp"
#include "ns_notifications.hpp"
#include "ns_queue.hpp"
#include "queue_vc.hpp"
#include "background_host.hpp"
#include "ns_service_thread.hpp"
#include "ns_precise_time.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CQueueDataBase |
Typedefs | |
typedef map< string, pair< SQueueParameters, CRef< CQueue > >, PNocase > | TQueueInfo |
typedef map<string, pair<SQueueParameters, CRef<CQueue> >, PNocase > TQueueInfo |
Definition at line 63 of file queue_database.hpp.