Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <MemberAbstraction.hpp>
Public Member Functions | |
MemberAbstraction (std::function< ReturnType(typename std::remove_reference< ObjectType >::type *, ParamTypes ...) > callback) | |
std::shared_ptr< abstraction::Value > | run () const override |
![]() | |
ext::type_index | getParamTypeIndex (size_t index) const override |
abstraction::TypeQualifiers::TypeQualifierSet | getParamTypeQualifiers (size_t index) const override |
![]() | |
NaryOperationAbstractionImpl () | |
bool | inputsAttached () const override |
std::shared_ptr< abstraction::Value > | eval () override |
size_t | numberOfParams () const override |
![]() | |
virtual | ~OperationAbstraction () noexcept=default |
virtual bool | isParamTypeUniversal (size_t) const |
virtual bool | isReturnTypeUniversal () const |
std::string | getParamType (size_t index) const |
std::string | getReturnType () const |
virtual std::shared_ptr< abstraction::OperationAbstraction > | getProxyAbstraction () |
![]() | |
abstraction::TypeQualifiers::TypeQualifierSet | getReturnTypeQualifiers () const override |
ext::type_index | getReturnTypeIndex () const override |
Additional Inherited Members | |
![]() | |
template<typename ... ParamTypes, typename Callable > | |
static std::shared_ptr< abstraction::Value > | run_helper (Callable callback, const ext::array< std::shared_ptr< abstraction::Value >, sizeof ...(ParamTypes) > &inputs) |
![]() | |
const ext::array< std::shared_ptr< abstraction::Value >, NumberOfParams > & | getParams () const |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements abstraction::NaryOperationAbstractionImpl< sizeof ...(ParamTypes) >.