Function parameter 더 자세히 ...
#include <param.hpp>
Public 멤버 함수 | |
| param (const std::string &newName, const node &org) | |
| param (const std::string &newName, const node *org) | |
| nbool | operator== (const me &rhs) const |
| nbool | operator!= (const me &rhs) const |
| const std::string & | getName () const |
| void | setName (const std::string &new1) |
| void | setName (const std::string *it) BY_SIDE_FUNC(setName) |
| void | setName (const nchar *new1) BY_SIDE_FUNC(new1 |
| void | setName (std::string(new1)) |
| void | void ()) |
| const node & | getOrigin () const |
| void | setOrigin (const node &newType) |
| Sets the origin node (type) for this parameter. | |
| void | onCloneDeep (const clonable &from) override |
Public 속성 | |
| std::string | _name |
| str | _org |
Function parameter
param literally represents a parameter. It has a name and a reference to an origin object to represent the type.
Sets the origin node (type) for this parameter.
| newType | The new node to set as the parameter's origin (type). |