#include <frame_private.hpp>
Public Member Functions | |
progressive_pair (const std::string &input="", const std::chrono::milliseconds &duration=std::chrono::milliseconds{0}) | |
virtual const T | get_current_element (const std::chrono::milliseconds ¤t_time, T default_val=T()) const override |
bool | does_not_change () const override |
Public Member Functions inherited from progressive_base< T, std::pair< T, T > > | |
progressive_base (const std::string &input) | |
std::chrono::milliseconds | duration () const |
std::string | get_original () const |
data_t & | data () |
const data_t & | data () const |
virtual | ~progressive_base () |
Private Types | |
using | progressive_pair_base_type = progressive_base< T, std::pair< T, T > > |
Additional Inherited Members | |
Public Types inherited from progressive_base< T, std::pair< T, T > > | |
using | data_t = std::vector< std::pair< std::pair< T, T >, std::chrono::milliseconds > > |
Definition at line 78 of file frame_private.hpp.
|
private |
Definition at line 150 of file frame_private.hpp.
|
inline |
Definition at line 81 of file frame_private.hpp.
|
inlineoverridevirtual |
Reimplemented from progressive_base< T, std::pair< T, T > >.
Definition at line 143 of file frame_private.hpp.
References data.
Referenced by frame_parsed_parameters::does_not_change().
|
inlineoverridevirtual |
Implements progressive_base< T, std::pair< T, T > >.
Definition at line 111 of file frame_private.hpp.
Referenced by frame_parsed_parameters::parameters().