IrAttrType
Defines the IR attribute type enum. Header file: #include <ge/compliant_node_builder.h>
1 2 3 4 | enum IrAttrType { kEsAttrRequired, // Required attribute kEsAttrOptional // Optional attribute }; |
Parent topic: CompliantNodeBuilder
Defines the IR attribute type enum. Header file: #include <ge/compliant_node_builder.h>
1 2 3 4 | enum IrAttrType { kEsAttrRequired, // Required attribute kEsAttrOptional // Optional attribute }; |