AstAttribute::OwnershipPolicy
Who owns this attribute.
Synopsis
Declared in <src/midend/astProcessing/AstAttributeMechanism.h>
enum OwnershipPolicy;
Members
Name |
Description |
|
Container owns attribute. New subclasses should use this! |
|
Attributes are always leaked. |
|
Subclass defines ownership policy. |
|
Default for old subclasses. |
Description
See getOwnershipPolicy.
Created with MrDocs