get_attr
Method of DynamicObject.
Overloads
| Name | Description |
|---|---|
get_attr(const string attr_name) -> Object | Gets the value of the specified attribute. |
get_attr(const string attr_name) -> const Object | Gets the value of the specified attribute. |
get_attr(const string attr_name) -> Object
Gets the value of the specified attribute.
Parameters
- attr_name: The name of the attribute to get.
get_attr(const string attr_name) -> const Object
Gets the value of the specified attribute.
Parameters
- attr_name: The name of the attribute to get.