Template Class IdentifiableImplementation

Inheritance Relationships

Base Type

  • public Base

Class Documentation

template<typename IdentifiableType, typename Base>
class sparsebase::utils::IdentifiableImplementation : public Base

Public Functions

inline virtual std::type_index get_id() const

Returns the std::type_index for the concrete Format class that this instance is a member of

inline virtual std::string get_name() const

Public Static Functions

static inline std::type_index get_id_static()

A static variant of the get_id() function.

static inline std::string get_name_static()