My Project
|
#include <OpDefinition.h>
Protected Member Functions | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
Static Protected Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
static AbstractOperation::OperationProperties | getTraitProperties () |
Helper class for implementing traits. Clients are not expected to interact with this directly, so its members are all protected.
|
inlineprotected |
Return the ultimate Operation being worked on.
|
inlinestaticprotected |
|
inlinestaticprotected |
Provide default implementations of trait hooks. This allows traits to provide exactly the overrides they care about.