Updated on 2022-03-13 GMT+08:00

GetItem

Function Prototype

AttrValue GetItem(const string& key) const;

Function Description

Obtains the attribute value by name.

Parameter Description

Parameter

Input/Output

Type

Description

key

Input

const string&

Attribute name

Return Value

Parameter

Type

Description

-

AttrValue

Obtained attribute value.

Exception Handling

None

Restriction

None