CpgInstructionOperator

CpgInstructionOperator

Synopsis

#define             CPG_INSTRUCTION_OPERATOR_CONST      (obj)
struct              CpgInstructionOperator;
struct              CpgInstructionOperatorClass;
CpgInstruction *    cpg_instruction_operator_new        (guint id,
                                                         const gchar *name,
                                                         gint arguments);

Object Hierarchy

  CpgMiniObject
   +----CpgInstruction
         +----CpgInstructionFunction
               +----CpgInstructionOperator

Description

Details

CPG_INSTRUCTION_OPERATOR_CONST()

#define CPG_INSTRUCTION_OPERATOR_CONST(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INSTRUCTION_OPERATOR, CpgInstructionOperator const))


struct CpgInstructionOperator

struct CpgInstructionOperator;


struct CpgInstructionOperatorClass

struct CpgInstructionOperatorClass {
};


cpg_instruction_operator_new ()

CpgInstruction *    cpg_instruction_operator_new        (guint id,
                                                         const gchar *name,
                                                         gint arguments);