Empirical
|
#include <EventDrivenGP.h>
Public Member Functions | |
Block (size_t _begin=0, size_t _end=0, BlockType _type=BlockType::BASIC) | |
Public Attributes | |
size_t | begin |
size_t | end |
BlockType | type |
Struct to store information relevant to a 'code block' (e.g. if statements, while loops, etc). Maintains the beginning, end, and type of block.
|
inline |
size_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Block::begin |
size_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Block::end |
BlockType emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Block::type |