Empirical
|
#include <EventDrivenGP.h>
Public Member Functions | |
Function (const affinity_t &_aff=affinity_t(), const inst_seq_t &_seq=inst_seq_t()) | |
inst_t & | operator[] (size_t id) |
const inst_t & | operator[] (size_t id) const |
bool | operator== (const Function &in) const |
bool | operator!= (const Function &in) const |
bool | operator< (const Function &other) const |
size_t | GetSize () const |
affinity_t & | GetAffinity () |
void | PushInst (size_t id, arg_t a0, arg_t a1, arg_t a2, const affinity_t &aff) |
void | PushInst (const inst_t &inst) |
void | SetInst (size_t pos, size_t id, arg_t a0, arg_t a1, arg_t a2, const affinity_t &aff) |
void | SetInst (size_t pos, const inst_t &inst) |
Public Attributes | |
affinity_t | affinity |
inst_seq_t | inst_seq |
Function struct. Defines an EventDrivenGP function. Each function has an associated:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
affinity_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Function::affinity |
inst_seq_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Function::inst_seq |