Public Member Functions | Public Attributes

DataRangeRequest Class Reference

DataRange request class. More...

#include <datarange.h>

List of all members.

Public Member Functions

 DataRangeRequest (int newId)
 Constructor.
 DataRangeRequest (int newId, const DataRange &newRange)
 Constructor.
bool operator== (const DataRangeRequest &right) const
 Comparison operator.

Public Attributes

int id
 Request ID.
DataRange range
 Resuested range.

Detailed Description

DataRange request class.

Definition at line 249 of file datarange.h.


Constructor & Destructor Documentation

DataRangeRequest::DataRangeRequest ( int  newId  )  [inline]

Constructor.

Parameters:
newId id of the request.

Definition at line 261 of file datarange.h.

DataRangeRequest::DataRangeRequest ( int  newId,
const DataRange newRange 
) [inline]

Constructor.

Parameters:
newId id of the request.
newRange requested range.

Definition at line 270 of file datarange.h.


Member Function Documentation

bool DataRangeRequest::operator== ( const DataRangeRequest right  )  const [inline]

Comparison operator.

Parameters:
right object to compare to.
Returns:
comparison result.

Definition at line 280 of file datarange.h.


Member Data Documentation

Request ID.

Definition at line 253 of file datarange.h.

Resuested range.

Definition at line 254 of file datarange.h.


The documentation for this class was generated from the following file: