Minsky: 3.17.0
|
base class for operations that have names More...
#include <operation.h>
Public Member Functions | |
virtual std::string | description () const |
name of the associated data operation More... | |
virtual std::string | description (const std::string &) |
name of the associated data operation More... | |
Protected Member Functions | |
virtual void | updateBB ()=0 |
CLASSDESC_ACCESS (NamedOp) | |
Protected Attributes | |
std::string | m_description |
base class for operations that have names
Definition at line 97 of file operation.h.
|
protected |
|
virtual |
name of the associated data operation
Definition at line 573 of file operation.cc.
Referenced by minsky::UserFunction::description(), minsky::DataOp::draw(), and minsky::UserFunction::name().
|
virtual |
name of the associated data operation
Reimplemented in minsky::UserFunction.
Definition at line 578 of file operation.cc.
|
protectedpure virtual |
Implemented in minsky::DataOp, and minsky::UserFunction.
|
protected |
Definition at line 100 of file operation.h.