GetAttr (const char *attrName)
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the pointer to the AttrValue type based on the attribute name. This function is called by Init.
Prototype
1 | std::shared_ptr<const AttrValue> GetAttr(const char *attrName) const |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
attrname |
Input |
Attribute name. |
Returns
Obtained pointer to the AttrValue type.
Troubleshooting
None
Constraints
None
Parent topic: Class MetaContext