Specs< DerivedSpecs > Class Template Referenceabstract
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs, etc.) More...
#include <Specs.hpp>
Inheritance diagram for Specs< DerivedSpecs >:
Public Member Functions | |
virtual | ~Specs ()=default |
Pure virtual destructor (this class is an abstract base class). | |
virtual auto | repr () const -> std::string=0 |
Return a string representation of this object of some class that derives from specs. | |
operator std::string () const | |
Return a string representation of this object of some class that derives from specs. | |
auto | derived () -> DerivedSpecs & |
Return a reference to the specs object of class derived from this. | |
auto | derived () const -> const DerivedSpecs & |
Return a const reference to the specs object of class derived from this. | |
Detailed Description
template<typename DerivedSpecs>
class sciplot::Specs< DerivedSpecs >
The base class for other specs classes (e.g., LineSpecsOf, DrawSpecs, BorderSpecs, etc.)
The documentation for this class was generated from the following file:
- sciplot/specs/Specs.hpp