#include <LhxPartition.h>
Public Member Functions | |
LhxPartition (ExecStream *pExecStreamInit) | |
Public Attributes | |
SharedSegStreamAllocation | segStream |
uint | inputIndex |
ExecStream * | pExecStream |
Parent ExecStream, for abort checking purposes, or NULL if none (only for unit tests, so not default). |
Definition at line 54 of file LhxPartition.h.
LhxPartition::LhxPartition | ( | ExecStream * | pExecStreamInit | ) | [inline, explicit] |
Definition at line 460 of file LhxPartition.h.
References pExecStream.
00461 { 00462 pExecStream = pExecStreamInit; 00463 }
Definition at line 59 of file LhxPartition.h.
Definition at line 66 of file LhxPartition.h.
Parent ExecStream, for abort checking purposes, or NULL if none (only for unit tests, so not default).
Definition at line 72 of file LhxPartition.h.
Referenced by LhxPartition().