DxLibEx
dxle::time::timing_maker::count_per_second Class Reference

#include <time.hpp>

Inheritance diagram for dxle::time::timing_maker::count_per_second:
Collaboration diagram for dxle::time::timing_maker::count_per_second:

Public Member Functions

 count_per_second (size_t count, std::chrono::milliseconds millisecond=std::chrono::milliseconds(1000))
 
std::vector< std::chrono::milliseconds > make_timing () const DXLE_REF_QUALIFIERS_LVALUE override
 
- Public Member Functions inherited from dxle::time::timing_maker::timing_maker_bace
virtual std::vector< std::chrono::milliseconds > make_timing () &&
 

Detailed Description

Definition at line 63 of file time.hpp.

Constructor & Destructor Documentation

§ count_per_second()

dxle::time::timing_maker::count_per_second::count_per_second ( size_t  count,
std::chrono::milliseconds  millisecond = std::chrono::milliseconds(1000) 
)
inline

Definition at line 67 of file time.hpp.

Member Function Documentation

§ make_timing()

std::vector<std::chrono::milliseconds> dxle::time::timing_maker::count_per_second::make_timing ( ) const
inlineoverridevirtual

Implements dxle::time::timing_maker::timing_maker_bace.

Definition at line 70 of file time.hpp.


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