ScopeAttrValue Constructor and Destructor

Description

Constructs/Destructs a ScopeAttrValue object.

Prototype

ScopeAttrValue();
ScopeAttrValue(ScopeAttrValue const &attr_value);
ScopeAttrValue &operator=(ScopeAttrValue const &attr_value);
~ScopeAttrValue();

Parameters

Parameter

Input/Output

Description

attr_value

Input

Attribute value

Returns

A ScopeAttrValue object

Exception Handling

None

Restrictions

None