KSquare Utilities
KKLSC::StartStopRegion Class Reference

Defines a single region in a Scanner File that is to be included in a count. More...

#include <StartStopPoint.h>

Public Member Functions

 StartStopRegion (kkint32 _start, kkint32 _end)
 
kkint32 End () const
 
kkint32 Start () const
 

Detailed Description

Defines a single region in a Scanner File that is to be included in a count.

Definition at line 120 of file StartStopPoint.h.

Constructor & Destructor Documentation

StartStopRegion::StartStopRegion ( kkint32  _start,
kkint32  _end 
)

Definition at line 376 of file StartStopPoint.cpp.

378  :
379  start (_start),
380  end (_end)
381 {
382 }

Member Function Documentation

kkint32 KKLSC::StartStopRegion::End ( ) const
inline

Definition at line 128 of file StartStopPoint.h.

128 {return end;}
kkint32 KKLSC::StartStopRegion::Start ( ) const
inline

Definition at line 127 of file StartStopPoint.h.

127 {return start;}

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