![]() |
KSquare Utilities
|
Used by Scanner file routines to keep track of most current buffers. More...
#include <ScannerClock.h>
Public Types | |
| typedef ScannerClock * | ScannerClockPtr |
Public Member Functions | |
| ScannerClock () | |
| kkint32 | Time () |
| Returns the current value of 'time' them increments by 1. More... | |
| void | Time (kkint32 _time) |
Used by Scanner file routines to keep track of most current buffers.
Definition at line 23 of file ScannerClock.h.
Definition at line 26 of file ScannerClock.h.
| ScannerClock::ScannerClock | ( | ) |
Definition at line 13 of file ScannerClock.cpp.
| kkint32 ScannerClock::Time | ( | ) |
Returns the current value of 'time' them increments by 1.
Definition at line 19 of file ScannerClock.cpp.
Referenced by KKLSC::ScannerFrame::ScanLines().
| void ScannerClock::Time | ( | kkint32 | _time | ) |
Definition at line 28 of file ScannerClock.cpp.