template-project-cpp
|
Public Member Functions | |
virtual Object | call (const ListOfObjects &arguments) override |
Call the function with the given arguments. | |
virtual const std::string | name () const override |
Return the name the function in std::string . | |
virtual const std::string | toString () const override |
Return a description of the function in std::string . | |
virtual std::size_t | arity () const override |
Return the arity of the function. | |
![]() |
Definition at line 42 of file Function.hpp.