|
ARB
|
#include <saiop.h>

Public Member Functions | |
| SaiOperator (SaiOperatorType type_) | |
| virtual | ~SaiOperator () |
| SaiOperatorType | get_type () const |
| virtual std::string | get_config () const =0 |
| std::string | get_description () const |
| virtual ErrorOrString | apply (const SaiCalcEnv &calcEnv) const =0 |
Static Public Member Functions | |
| static ErrorOrSaiOperatorPtr | make (SaiOperatorType type, const char *config) |
| static const char * | type_name (SaiOperatorType type) |
|
inline |
|
static |
Definition at line 46 of file saiop.cxx.
References SaiBoolchainOperator::make(), SaiAciApplicator::make(), SOP_ACI, SOP_BOOLCHAIN, SOP_MATRIX, and SOP_TRANSLATE.
Referenced by createOpFromConfigAwar().
|
inlinestatic |
Definition at line 76 of file saiop.h.
Referenced by SAI_popup_calculator_window().
|
inline |
|
pure virtual |
Implemented in SaiAciApplicator, SaiBoolchainOperator, FINAL_TYPE< SEQTYPE >, and FINAL_TYPE< SEQTYPE >.
| string SaiOperator::get_description | ( | ) | const |
Definition at line 56 of file saiop.cxx.
References get_type().
|
pure virtual |
Implemented in SaiAciApplicator, SaiBoolchainOperator, FINAL_TYPE< SEQTYPE >, and FINAL_TYPE< SEQTYPE >.
1.8.8