Minsky
|
base class for operations that have names More...
#include <operation.h>
Public Member Functions | |
NamedOp () | |
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 101 of file operation.h.
|
inline |
Definition at line 108 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 104 of file operation.h.