7 #ifndef STOPWATCH_IMPL_H
8 #define STOPWATCH_IMPL_H
10 #include <boost/date_time/posix_time/posix_time.hpp>
11 #include <boost/scoped_ptr.hpp>
88 logFormat(
const boost::posix_time::time_duration& duration);
111 boost::posix_time::ptime last_start_;
114 boost::posix_time::ptime last_stop_;
118 boost::posix_time::time_duration cumulative_time_;
125 #endif // STOPWATCH_H