All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::IntArrayReader Struct Reference

List of all members.

Public Member Functions

 IntArrayReader (const int *a, size_t l)
bool hasNext () const
bool failed () const
int read ()

Public Attributes

size_t cur
size_t length
const int * array

Detailed Description

Definition at line 186 of file openMidEndingEval.cc.


Constructor & Destructor Documentation

osl::IntArrayReader::IntArrayReader ( const int *  a,
size_t  l 
) [inline]

Definition at line 190 of file openMidEndingEval.cc.


Member Function Documentation

bool osl::IntArrayReader::failed ( ) const [inline]

Definition at line 194 of file openMidEndingEval.cc.

bool osl::IntArrayReader::hasNext ( ) const [inline]

Definition at line 193 of file openMidEndingEval.cc.

References length.

int osl::IntArrayReader::read ( ) [inline]

Definition at line 195 of file openMidEndingEval.cc.


Member Data Documentation

Definition at line 189 of file openMidEndingEval.cc.

Definition at line 188 of file openMidEndingEval.cc.

Definition at line 188 of file openMidEndingEval.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines