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