|
WSF
|
#include <WsfCoverageMeasureGridStatsOutput.hpp>


Public Member Functions | |
| MeasureGridStatsOutput ()=default | |
| MeasureGridStatsOutput (std::unique_ptr< TextOutputWriter > aWriterPtr) | |
| MeasureGridStatsOutput (const MeasureGridStatsOutput &aOther)=default | |
| ~MeasureGridStatsOutput () override=default | |
| MeasureGridStatsOutput * | Clone () const override |
| std::string | GetOutputType () const override |
| Public Member Functions inherited from wsf::coverage::MeasureTextOutput | |
| MeasureTextOutput () | |
| MeasureTextOutput (std::unique_ptr< TextOutputWriter > aWriterPtr) | |
| MeasureTextOutput (const MeasureTextOutput &aOther)=default | |
| ~MeasureTextOutput () override=default | |
| bool | ProcessInput (UtInput &aInput) override |
| void | Write (const Coverage &aCoverage, const Measure &aMeasure) override |
| void | SetFileNameToDefault (const Coverage &aCoverage, const Measure &aMeasure) override |
| TextOutputWriter & | GetWriter () |
| Return the writer being used by this object. | |
| Public Member Functions inherited from wsf::coverage::MeasureOutput | |
| MeasureOutput ()=default | |
| MeasureOutput (const MeasureOutput &aOther)=default | |
| ~MeasureOutput () override=default | |
| const std::string & | GetFileName () const |
| Return the file name into which output will be written. | |
| const std::string & | GetOutputDir () const |
| Return the directory into which any files will be generated. | |
| void | SetFileName (const std::string &aFileName) |
| Set the file name into which output will be written. | |
| void | SetOutputDir (const std::string &aOutputDir) |
| Set the directory into which any files will be generated. | |
| Public Member Functions inherited from WsfObject | |
| WsfObject () | |
| This is the constructor for the WsfObject class. | |
| ~WsfObject () override | |
| This is the destructor for the WsfObject class. | |
| const char * | GetScriptClassName () const override |
| const std::string & | GetType () const |
| WsfStringId | GetTypeId () const |
| Get the string ID of the 'type' of the object. | |
| void | SetType (WsfStringId aType) |
| const std::string & | GetBaseType () const |
| WsfStringId | GetBaseTypeId () const |
| const TypeList & | GetTypeList () const |
| bool | IsA_TypeOf (WsfStringId aType) const |
| WsfObject & | operator= (const WsfObject &aRhs) |
| Assignment operator. | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| For XIO (de)serialization. | |
| const std::string & | GetName () const |
| WsfStringId | GetNameId () const |
| void | SetName (WsfStringId aName) |
Static Public Attributes | |
| static constexpr const char * | cTYPE {"grid_stats"} |
Additional Inherited Members | |
| Public Types inherited from WsfObject | |
| typedef std::vector< WsfStringId > | TypeList |
| The list of types returned by GetTypeList. | |
| WsfObject (const WsfObject &aSrc) | |
| Copy constructor (for Clone()). | |
|
default |
References MeasureGridStatsOutput().
Referenced by Clone(), MeasureGridStatsOutput(), and MeasureGridStatsOutput().
|
explicit |
|
default |
References MeasureGridStatsOutput().
|
overridedefault |
|
inlineoverridevirtual |
Return a copy of this object. Must be implemented by all derived types. If cloning is impossible, a WsfUncloneableException should be thrown.
Implements wsf::coverage::MeasureOutput.
References MeasureGridStatsOutput().
|
inlineoverridevirtual |
Return a string identifying the kind of output.
This will match the identifier used in the input file for this output type.
Implements wsf::coverage::MeasureOutput.
References cTYPE.
|
staticconstexpr |
Referenced by GetOutputType(), and wsf::coverage::MeasureOutputTypes::MeasureOutputTypes().