Interface ICPPASTAttributeList

All Superinterfaces:
IASTAttributeList, IASTAttributeSpecifier, IASTNode, ICPPASTAttributeSpecifier

public interface ICPPASTAttributeList extends ICPPASTAttributeSpecifier, IASTAttributeList
Represents a C++11 (ISO/IEC 14882:2011 7.6.1 [dcl.attr.grammar]) attribute specifier of the form [[ attribute-list ]].
Since:
6.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.