MyraMath
Classes
JobGraph.h File Reference

Abstraction for representing a directed acyclic graph of Job's. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/eprintf.h>
#include <myramath/jobgraph/JobID.h>
#include <string>
#include <stdint.h>
Include dependency graph for JobGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::JobGraphBase
 Base/contract class for all other JobGraph's. More...
 
class  myra::JobGraph
 Type erasure class that wraps JobGraphBase, gives it value semantics. More...
 

Detailed Description

Abstraction for representing a directed acyclic graph of Job's.