s The Nana Programmer's Guide
Nana - a C++ framework project 

The Programmer's Guide 
nana::system::timepiece

Description

The timepiece is used for measuring and signaling the end of time intervals.

Model of

None 

Public base classes

None

Members

void start() Set the begin time.
double calc() const Get the intervals from the begin time.

File

nana/system/timepiece.hpp

Notes

None.

See also

None.


Move to The Nana Programmer's Guide Main Page