Embedded Multicore Building Blocks V1.0.0
|
Represents a collection of Actions. More...
#include <job.h>
Public Member Functions | |
Job () | |
Constructs a Job. More... | |
Job (Job const &other) | |
Copies a Job object. More... | |
void | operator= (Job const &other) |
Copies a Job object. More... | |
mtapi_job_hndl_t | GetInternal () const |
Returns the internal representation of this object. More... | |
Represents a collection of Actions.
embb::mtapi::Job::Job | ( | ) |
embb::mtapi::Job::Job | ( | Job const & | other | ) |
void embb::mtapi::Job::operator= | ( | Job const & | other | ) |
mtapi_job_hndl_t embb::mtapi::Job::GetInternal | ( | ) | const |
Returns the internal representation of this object.
Allows for interoperability with the C interface.