|
WSF
|
#include <EclipseReport.hpp>

Public Member Functions | |
| EclipseEvent ()=default | |
| EclipseEvent (const std::string &aPlatform, const EclipseInterval &aEclipseInterval) | |
| bool | operator< (const EclipseEvent &aRhs) const |
Public Attributes | |
| std::string | mPlatform |
| EclipseInterval | mInterval |
|
default |
References EclipseEvent().
Referenced by EclipseEvent(), and operator<().
| EclipseReport::EclipseEvent::EclipseEvent | ( | const std::string & | aPlatform, |
| const EclipseInterval & | aEclipseInterval ) |
| bool EclipseReport::EclipseEvent::operator< | ( | const EclipseEvent & | aRhs | ) | const |
References EclipseEvent(), and mInterval.
| EclipseInterval EclipseReport::EclipseEvent::mInterval |
Referenced by EclipseEvent(), operator<(), and EclipseReport::PrintReport().
| std::string EclipseReport::EclipseEvent::mPlatform |
Referenced by EclipseEvent(), and EclipseReport::PrintReport().