Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.Core.Command.Command |
Classes | |
class | Command |
Base command to be run by a SLIMDataStructure takes a function to be run, a tuple and a dict object on the run method being called will run the function with the given arguments. More... | |
Variables | |
string | __copyright__ |
class uses functional closure to build and execute function stores callable functions and arguments to be called by the run method | |
string | __license__ |