HoverRace  2.0
Public Member Functions | Public Attributes | List of all members
HoverRace::Util::Stopwatch::Lap Struct Reference

#include <Stopwatch.h>

Public Member Functions

 Lap (const std::string &name, const Duration &elapsed)
 
 Lap (const Lap &o)=default
 
 Lap (Lap &&o) noexcept=default
 
Lapoperator= (const Lap &o)=default
 
Lapoperator= (Lap &&lap)=default
 

Public Attributes

Duration elapsed
 
std::string name
 

Constructor & Destructor Documentation

HoverRace::Util::Stopwatch::Lap::Lap ( const std::string &  name,
const Duration elapsed 
)
inline
HoverRace::Util::Stopwatch::Lap::Lap ( const Lap o)
default
HoverRace::Util::Stopwatch::Lap::Lap ( Lap &&  o)
defaultnoexcept

Member Function Documentation

Lap& HoverRace::Util::Stopwatch::Lap::operator= ( const Lap o)
default
Lap& HoverRace::Util::Stopwatch::Lap::operator= ( Lap &&  lap)
default

Member Data Documentation

Duration HoverRace::Util::Stopwatch::Lap::elapsed
std::string HoverRace::Util::Stopwatch::Lap::name

The documentation for this struct was generated from the following file: