GridComputing
Job Management in Grid Computing
|
#include <string>
#include <unordered_set>
#include <sstream>
#include <chrono>
#include <iostream>
#include "utils.h"
#include "interfaces.h"
#include "software.h"
Go to the source code of this file.
Classes | |
struct | IdLess< Idable > |
IdLess struct. More... | |
class | Job |
Job Class. More... | |
struct | Job::PriorityLess |
Job::PriorityLess struct. More... | |
Typedefs | |
typedef std::unordered_set < Software, Software::Hash > | SoftwareSet |
typedef std::unordered_set<Software, Software::Hash> SoftwareSet |