CMS 3D CMS Logo

Public Member Functions | Public Attributes

LaserSorter::IndexRecord Struct Reference

List of all members.

Public Member Functions

bool operator< (const IndexRecord &i) const

Public Attributes

uint32_t filePos
uint32_t orbit

Detailed Description

Definition at line 47 of file LaserSorter.h.


Member Function Documentation

bool LaserSorter::IndexRecord::operator< ( const IndexRecord i) const [inline]

Definition at line 50 of file LaserSorter.h.

References orbit.

{ return orbit < i.orbit; }

Member Data Documentation

Definition at line 49 of file LaserSorter.h.

Definition at line 48 of file LaserSorter.h.

Referenced by operator<().