spla
|
#include "config.hpp"
#include "descriptor.hpp"
#include "object.hpp"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | spla::ScheduleTask |
Represent single smallest evaluation tasks which can scheduled. More... | |
class | spla::Schedule |
Object with sequence of steps with tasks forming schedule for execution. More... | |
Namespaces | |
spla | |
Functions | |
ref_ptr< Schedule > | spla::make_schedule () |
Makes new schedule for making execution schedule. More... | |