Class Var#
Defined in File Var.h
Inheritance Relationships#
Base Type#
public Karana::Core::Base(Class Base)
Derived Type#
public Karana::Core::Var_T< T >(Template Class Var_T)
Class Documentation#
-
class Var : public Karana::Core::Base#
Base class for all Vars.
Subclassed by Karana::Core::Var_T< T >
Public Functions
-
std::string_view description() const noexcept#
Description of this Var.
- Returns:
Description of this Var.
-
std::string_view quantity() const noexcept#
Quantity type of this Var.
- Returns:
Quantity type of this Var.
-
virtual ~Var()#
Destructor.
-
std::string_view description() const noexcept#