Skip to content

Class uipc::core::IFeature

ClassList > uipc > core > IFeature

Inherited by the following classes: uipc::core::Feature

Public Functions

Type Name
std::string_view name () const
std::string_view type_name () const
virtual ~IFeature () = default

Protected Functions

Type Name
virtual std::string_view get_name () const = 0
virtual std::string_view get_type_name () const = 0

Public Functions Documentation

function name

std::string_view uipc::core::IFeature::name () const

function type_name

std::string_view uipc::core::IFeature::type_name () const

function ~IFeature

virtual uipc::core::IFeature::~IFeature () = default

Protected Functions Documentation

function get_name

virtual std::string_view uipc::core::IFeature::get_name () const = 0

function get_type_name

virtual std::string_view uipc::core::IFeature::get_type_name () const = 0


The documentation for this class was generated from the following file include/uipc/core/feature.h