![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define CPG_INSTRUCTION_CUSTOM_OPERATOR_CONST(obj) struct CpgInstructionCustomOperator; struct CpgInstructionCustomOperatorClass; CpgInstruction * cpg_instruction_custom_operator_new (CpgOperator *op
); CpgOperator * cpg_instruction_custom_operator_get_operator (CpgInstructionCustomOperator *op
); CpgInstructionCustomOperatorPrivate;
#define CPG_INSTRUCTION_CUSTOM_OPERATOR_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INSTRUCTION_CUSTOM_OPERATOR, CpgInstructionCustomOperator const))
CpgInstruction * cpg_instruction_custom_operator_new (CpgOperator *op
);
Create a new CpgInstructionCustomOperator.
Returns : |
A CpgInstruction |
CpgOperator * cpg_instruction_custom_operator_get_operator
(CpgInstructionCustomOperator *op
);
Get the operator executed by the instruction.
|
A CpgInstructionCustomOperator |
Returns : |
A CpgOperator. [transfer none] |