#include <micronodes_runtime.h>
Public Member Functions | |
BatchVarAccess (const VarAccess &access) | |
BatchVarAccess (ENUM_DONT_INITIALIZE) | |
BatchVarAccess (const BatchVarAccess &)=default | |
Int | GetIndex () const |
Context & | GetContext () const |
const Char * | GetMemberArrayPointer () const |
Bool | HasValues () const |
template<Bool ENABLE_SIMD> | |
ResultOk< void > | Advance (Int from=0, Int to=PORTCOUNT) |
Static Public Member Functions | |
static Int | PrivateGetMemberArrayOffset () |
Private Attributes | |
Context * | _context |
Int | _index |
Int | _blockEnd |
ViewIteratorMember | _members [PORTCOUNT] |
|
explicit |
|
explicit |
|
default |
Int GetIndex | ( | ) | const |
Context& GetContext | ( | ) | const |
|
static |
const Char* GetMemberArrayPointer | ( | ) | const |
Bool HasValues | ( | ) | const |
|
private |
|
private |
|
private |
|
private |