spla
|
#include <top.hpp>
Public Member Functions | |
~TOpBinary () 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_arg_1 () override |
ref_ptr< Type > | get_type_res () override |
![]() | |
~OpBinary () 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< R(A0, A1)> | function |
std::string | name |
std::string | source |
std::string | key |
std::string | label |
Additional Inherited Members | |
![]() | |
static ref_ptr< OpBinary > | make_int (std::string name, std::string code, std::function< T_INT(T_INT, T_INT)> function) |
static ref_ptr< OpBinary > | make_uint (std::string name, std::string code, std::function< T_UINT(T_UINT, T_UINT)> function) |
static ref_ptr< OpBinary > | make_float (std::string name, std::string code, std::function< T_FLOAT(T_FLOAT, T_FLOAT)> function) |
|
overridedefault |
std::function<R(A0, A1)> spla::TOpBinary< A0, A1, R >::function |
std::string spla::TOpBinary< A0, A1, R >::key |
std::string spla::TOpBinary< A0, A1, R >::label |
std::string spla::TOpBinary< A0, A1, R >::name |
std::string spla::TOpBinary< A0, A1, R >::source |