This class is to be inherited by all classes. More...
#include <Stringable.hpp>
Public Member Functions | |
virtual | operator std::string () const =0 |
string cast operator |
This class is to be inherited by all classes.
which can be converted to string
Definition at line 48 of file Stringable.hpp.
virtual mermaid::support::syntacticsugar::Stringable::operator std::string | ( | ) | const [pure virtual] |
string cast operator
Implemented in mermaid::support::data::DataBox, mermaid::support::data::DataBoxArray, mermaid::support::data::DataValue, mermaid::support::data::Double, mermaid::support::data::DoubleArray, mermaid::support::data::Integer, mermaid::support::data::IntegerArray, mermaid::support::data::String, and mermaid::support::data::StringArray.