MyraMath
Classes
UserJobGraph.h File Reference

Container-like JobGraph class, can be manually populated with user-defined Job's and dependencies. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/eprintf.h>
#include <myramath/utility/detail/ssize.h>
#include <myramath/jobgraph/Job.h>
#include <myramath/jobgraph/JobID.h>
#include <myramath/jobgraph/JobGraph.h>
#include <string>
#include <stdint.h>
#include <vector>
#include <set>
Include dependency graph for UserJobGraph.h:

Go to the source code of this file.

Classes

class  myra::UserJobGraph
 Container-like JobGraph class, can be manually populated with user-defined Job's and dependencies. More...
 
class  myra::UserJobGraph::UserJobBase
 Implementation detail of UserJobGraph Job's, structural aspects. More...
 
class  myra::UserJobGraph::UserJob< Functor >
 Implementation detail of UserJobGraph Job's, calculational aspects. More...
 

Detailed Description

Container-like JobGraph class, can be manually populated with user-defined Job's and dependencies.