Skip to content

AstAttribute::OwnershipPolicy

Who owns this attribute.

Synopsis

Declared in <src/midend/astProcessing/AstAttributeMechanism.h>

Members

Name

Description

CONTAINER_OWNERSHIP

Container owns attribute. New subclasses should use this!

NO_OWNERSHIP

Attributes are always leaked.

CUSTOM_OWNERSHIP

Subclass defines ownership policy.

UNKNOWN_OWNERSHIP

Default for old subclasses.

Description

Created with MrDocs