spla
|
Base class for any library primitive. More...
#include <object.hpp>
Public Member Functions | |
~Object () override=default | |
virtual void | set_label (std::string label)=0 |
virtual const std::string & | get_label () const =0 |
![]() | |
virtual | ~RefCnt () |
bool | is_unique () const |
std::int32_t | get_refs () const |
std::int32_t | add_ref () const |
std::int32_t | rel_ref () const |
Base class for any library primitive.
|
overridedefault |
|
pure virtual |
|
pure virtual |