#include <timeval.h>
Inheritance diagram for ssobjects::TimeVal::
Public Methods | |
TimeVal () | |
TimeVal (signed32 seconds, signed32 milliseconds) | |
void | setTime (signed32 seconds, signed32 milliseconds) |
void | reset () |
PTIMEVAL | timevalptr () |
operator PTIMEVAL () | |
Protected Attributes | |
timeval | m_timeval |
|
|
|
|
|
|
|
|
|
|
|
|
|
|