#include <cycleDataReader.h>
Public Member Functions | |
INLINE | CycleDataReader (const PipelineCycler< CycleDataType > &cycler) |
INLINE | CycleDataReader (const CycleDataReader< CycleDataType > ©) |
INLINE void | operator= (const CycleDataReader< CycleDataType > ©) |
INLINE | ~CycleDataReader () |
INLINE const CycleDataType * | operator-> () const |
INLINE | operator const CycleDataType * () const |
INLINE const CycleDataType * | take_pointer () |
INLINE CycleDataType * | elevate_to_write (PipelineCycler< CycleDataType > &cycler) |
Private Attributes | |
const CycleDataType * | _pointer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file cycleDataReader.h. |