spla
|
#include <top.hpp>
Public Member Functions | |
~TOpSelect () override=default | |
void | set_label (std::string label) override |
const std::string & | get_label () const override |
std::string | get_name () override |
std::string | get_source_cl () override |
std::string | get_key () override |
ref_ptr< Type > | get_type_arg_0 () override |
ref_ptr< Type > | get_type_res () override |
![]() | |
~OpSelect () override=default | |
![]() | |
~Op () override=default | |
![]() | |
~Object () override=default | |
![]() | |
virtual | ~RefCnt () |
bool | is_unique () const |
std::int32_t | get_refs () const |
std::int32_t | add_ref () const |
std::int32_t | rel_ref () const |
Public Attributes | |
std::function< bool(A0)> | function |
std::string | name |
std::string | source |
std::string | key |
std::string | label |
Additional Inherited Members | |
![]() | |
static ref_ptr< OpSelect > | make_int (std::string name, std::string code, std::function< bool(T_INT)> function) |
static ref_ptr< OpSelect > | make_uint (std::string name, std::string code, std::function< bool(T_UINT)> function) |
static ref_ptr< OpSelect > | make_float (std::string name, std::string code, std::function< bool(T_FLOAT)> function) |
|
overridedefault |
std::function<bool(A0)> spla::TOpSelect< A0 >::function |
std::string spla::TOpSelect< A0 >::key |
std::string spla::TOpSelect< A0 >::label |
std::string spla::TOpSelect< A0 >::name |
std::string spla::TOpSelect< A0 >::source |