| public |
Description
Public Attributes
| eventType_t | type |
| double | time |
| double | value |
Public Functions
| Event( eventType_t _type, double _time, double _value) | |
| Event(const Event & e) | |
| Event( Event && e) | |
| Event & | operator=(const Event & e) |
| Event & | operator=( Event && e) |
| bool | operator==(const Event & e) const |
Documentation
variable
MinSG::Statistics::Event::type
| public |
| eventType_t type |
Defined in MinSG/Core/Statistics.h:184
variable
MinSG::Statistics::Event::time
| public |
| double time |
Defined in MinSG/Core/Statistics.h:185
variable
MinSG::Statistics::Event::value
| public |
| double value |
Defined in MinSG/Core/Statistics.h:186
function
MinSG::Statistics::Event::Event
| public | inline |
| Event( | eventType_t | _type, |
| double | _time, | |
| double | _value | |
| ) |
Defined in MinSG/Core/Statistics.h:187
function
MinSG::Statistics::Event::Event
| public |
| Event( | const Event & | e ) |
Defined in MinSG/Core/Statistics.h:188
function
MinSG::Statistics::Event::Event
| public |
| Event( | Event && | e ) |
Defined in MinSG/Core/Statistics.h:189
function
MinSG::Statistics::Event::operator=
| public |
| Event & operator=( | const Event & | e ) |
Defined in MinSG/Core/Statistics.h:190
function
MinSG::Statistics::Event::operator=
| public |
| Event & operator=( | Event && | e ) |
Defined in MinSG/Core/Statistics.h:191
function
MinSG::Statistics::Event::operator==
| public | const | inline |
| bool operator==( | const Event & | e ) const |
Defined in MinSG/Core/Statistics.h:192