Conscience Core
Public Member Functions | Protected Member Functions | List of all members
conscience_core::bridging::commands::result::CscCommandExecutionResultDouble Class Reference

#include <CommandExecutionResult.h>

Inheritance diagram for conscience_core::bridging::commands::result::CscCommandExecutionResultDouble:
conscience_core::bridging::commands::result::CscCommandExecutionResult

Public Member Functions

 CscCommandExecutionResultDouble (double value)
 
 ~CscCommandExecutionResultDouble () override=default
 
DoubleSizedArray encode () const override
 
CscCommandResultType getType () const override
 
string encodeToString () const override
 
string toSummary () const override
 
double getValue () const
 
- Public Member Functions inherited from conscience_core::bridging::commands::result::CscCommandExecutionResult
virtual ~CscCommandExecutionResult ()=default
 
virtual CscCommandExecutionResultclone (bool retainData) const
 

Protected Member Functions

CscCommandExecutionResultdoClone () const override
 

Additional Inherited Members

- Protected Attributes inherited from conscience_core::bridging::commands::result::CscCommandExecutionResult
bool hasPointersOwnership = true
 

Constructor & Destructor Documentation

◆ CscCommandExecutionResultDouble()

conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::CscCommandExecutionResultDouble ( double  value)

◆ ~CscCommandExecutionResultDouble()

conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::~CscCommandExecutionResultDouble ( )
overridedefault

Member Function Documentation

◆ doClone()

CscCommandExecutionResult * conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::doClone ( ) const
overrideprotectedvirtual

◆ encode()

DoubleSizedArray conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::encode ( ) const
overridevirtual

Encode this result as a Conscience Standard transferable (and decodable) data

Implements conscience_core::bridging::commands::result::CscCommandExecutionResult.

◆ encodeToString()

string conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::encodeToString ( ) const
overridevirtual

◆ getType()

CscCommandResultType conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::getType ( ) const
overridevirtual

◆ getValue()

double conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::getValue ( ) const

◆ toSummary()

string conscience_core::bridging::commands::result::CscCommandExecutionResultDouble::toSummary ( ) const
overridevirtual

The documentation for this class was generated from the following files: