Torque Namespace Reference
Function Documentation
U32 Torque::hash |
( |
register const U8 * |
k, |
|
|
register U32 |
length, |
|
|
register U32 |
initval | |
|
) |
| | |
template<class S>
bool Torque::read |
( |
S & |
stream, |
|
|
Time * |
theTime | |
|
) |
| | [inline] |
template<class S>
bool Torque::write |
( |
S & |
stream, |
|
|
const Time & |
theTime | |
|
) |
| | [inline] |
Time Torque::UnixTimeToTime |
( |
U32 |
t |
) |
[inline] |
Time Torque::Win32FileTimeToTime |
( |
U32 |
low, |
|
|
U32 |
high | |
|
) |
| | [inline] |
|