spla
Public Member Functions | Public Attributes | List of all members
spla::TOpSelect< A0 > Class Template Reference

#include <top.hpp>

Inheritance diagram for spla::TOpSelect< A0 >:
Inheritance graph
[legend]
Collaboration diagram for spla::TOpSelect< A0 >:
Collaboration graph
[legend]

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< Typeget_type_arg_0 () override
 
ref_ptr< Typeget_type_res () override
 
- Public Member Functions inherited from spla::OpSelect
 ~OpSelect () override=default
 
- Public Member Functions inherited from spla::Op
 ~Op () override=default
 
- Public Member Functions inherited from spla::Object
 ~Object () override=default
 
- Public Member Functions inherited from spla::RefCnt
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 Public Member Functions inherited from spla::OpSelect
static ref_ptr< OpSelectmake_int (std::string name, std::string code, std::function< bool(T_INT)> function)
 
static ref_ptr< OpSelectmake_uint (std::string name, std::string code, std::function< bool(T_UINT)> function)
 
static ref_ptr< OpSelectmake_float (std::string name, std::string code, std::function< bool(T_FLOAT)> function)
 

Constructor & Destructor Documentation

◆ ~TOpSelect()

template<typename A0 >
spla::TOpSelect< A0 >::~TOpSelect ( )
overridedefault

Member Data Documentation

◆ function

template<typename A0 >
std::function<bool(A0)> spla::TOpSelect< A0 >::function

◆ key

template<typename A0 >
std::string spla::TOpSelect< A0 >::key

◆ label

template<typename A0 >
std::string spla::TOpSelect< A0 >::label

◆ name

template<typename A0 >
std::string spla::TOpSelect< A0 >::name

◆ source

template<typename A0 >
std::string spla::TOpSelect< A0 >::source

The documentation for this class was generated from the following file: