Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
SEValidationTarget Class Reference
#include <SEValidationTarget.h>
Inheritance diagram for SEValidationTarget:
Public Member Functions | |
| virtual | ~SEValidationTarget ()=default |
| virtual void | Clear () |
| virtual bool | IsValid () |
| std::string | GetHeader () const |
| void | SetHeader (const std::string &h) |
| std::string | GetReference () const |
| void | SetReference (const std::string &c) |
| std::string | GetNotes () const |
| void | SetNotes (const std::string &n) |
| std::string | GetTableFormatting () const |
| void | SetTableFormatting (const std::string &f) |
| std::string | GetComputedEnum () const |
| void | SetComputedEnum (const std::string &e) |
| double | GetComputedValue () const |
| void | SetComputedValue (double d) |
| double | GetError () const |
| void | SetError (double d) |
| double | GetGoodPercentError () const |
| void | SetGoodPercentError (double e) |
| double | GetFairPercentError () const |
| void | SetFairPercentError (double e) |
Public Member Functions inherited from Loggable | |
| Loggable (Logger *logger=nullptr) | |
| Loggable (std::string const &logfile) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
| virtual void | SetLogger (Logger &logger) |
| virtual void | Debug (std::string const &msg) const |
| virtual void | Debug (std::stringstream &msg) const |
| virtual void | Debug (std::ostream &msg) const |
| virtual void | Info (std::string const &msg) const |
| virtual void | Info (std::stringstream &msg) const |
| virtual void | Info (const std::stringstream &msg) const |
| virtual void | Info (std::ostream &msg) const |
| virtual void | Warning (std::string const &msg) const |
| virtual void | Warning (std::stringstream &msg) const |
| virtual void | Warning (std::ostream &msg) const |
| virtual void | Error (std::string const &msg) const |
| virtual void | Error (std::stringstream &msg) const |
| virtual void | Error (std::ostream &msg) const |
| virtual void | Fatal (std::string const &msg) const |
| virtual void | Fatal (std::stringstream &msg) const |
| virtual void | Fatal (std::ostream &msg) const |
Protected Member Functions | |
| SEValidationTarget () | |
Protected Attributes | |
| std::string | m_Header |
| std::string | m_Reference |
| std::string | m_Notes |
| std::string | m_TableFormatting |
| std::string | m_ComputedEnum |
| double | m_ComputedValue |
| double | m_Error |
| double | m_GoodPercentError |
| double | m_FairPercentError |
Protected Attributes inherited from Loggable | |
| bool | myLogger |
| Logger * | m_Logger |
Friends | |
| class | PBValidation |
Constructor & Destructor Documentation
◆ SEValidationTarget()
|
inlineprotected |
◆ ~SEValidationTarget()
|
virtualdefault |
Member Function Documentation
◆ Clear()
|
virtual |
Reimplemented in SETimeSeriesValidationTarget, and SESegmentValidationTarget.
◆ GetComputedEnum()
|
inline |
◆ GetComputedValue()
|
inline |
◆ GetError()
|
inline |
◆ GetFairPercentError()
|
inline |
◆ GetGoodPercentError()
|
inline |
◆ GetHeader()
|
inline |
◆ GetNotes()
|
inline |
◆ GetReference()
|
inline |
◆ GetTableFormatting()
|
inline |
◆ IsValid()
|
virtual |
◆ SetComputedEnum()
|
inline |
◆ SetComputedValue()
|
inline |
◆ SetError()
|
inline |
◆ SetFairPercentError()
|
inline |
◆ SetGoodPercentError()
|
inline |
◆ SetHeader()
|
inline |
◆ SetNotes()
|
inline |
◆ SetReference()
|
inline |
◆ SetTableFormatting()
|
inline |
Friends And Related Function Documentation
◆ PBValidation
|
friend |
Member Data Documentation
◆ m_ComputedEnum
|
protected |
◆ m_ComputedValue
|
protected |
◆ m_Error
|
protected |
◆ m_FairPercentError
|
protected |
◆ m_GoodPercentError
|
protected |
◆ m_Header
|
protected |
◆ m_Notes
|
protected |
◆ m_Reference
|
protected |
◆ m_TableFormatting
|
protected |

Public Member Functions inherited from