StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
stdair::BasChronometer Struct Reference

#include <stdair/basic/BasChronometer.hpp>

List of all members.

Public Member Functions

 BasChronometer ()
void start ()
std::string getStart () const
double elapsed () const

Detailed Description

Structure allowing measuring the time elapsed between two events.

Definition at line 14 of file BasChronometer.hpp.


Constructor & Destructor Documentation

Constructor.

Definition at line 12 of file BasChronometer.cpp.


Member Function Documentation

Start the chronometer from the local time
The elapsed time given is the one elapsed since the start is launched.

Definition at line 16 of file BasChronometer.cpp.

std::string stdair::BasChronometer::getStart ( ) const [inline]

Get the start time.

Definition at line 24 of file BasChronometer.hpp.

Return the time elapsed since the structure has been instanciated.
That elapsed time is expressed in seconds.

Definition at line 26 of file BasChronometer.cpp.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines