![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define CPG_INSTRUCTION_NUMBER_CONST (obj) struct CpgInstructionNumber; struct CpgInstructionNumberClass; CpgInstruction * cpg_instruction_number_new (gdouble value
); CpgInstruction * cpg_instruction_number_new_from_string (gchar const *repr
); gchar * cpg_instruction_number_get_representation (CpgInstructionNumber *number
); gdouble cpg_instruction_number_get_value (CpgInstructionNumber *number
); void cpg_instruction_number_set_value (CpgInstructionNumber *number
,gdouble value
); CpgInstructionNumberPrivate;
CpgMiniObject +----CpgInstruction +----CpgInstructionNumber +----CpgInstructionConstant
#define CPG_INSTRUCTION_NUMBER_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INSTRUCTION_NUMBER, CpgInstructionNumber const))
struct CpgInstructionNumber;
The instruction class for CPG_INSTRUCTION_TYPE_NUMBER
CpgInstruction * cpg_instruction_number_new_from_string
(gchar const *repr
);
gchar * cpg_instruction_number_get_representation
(CpgInstructionNumber *number
);
gdouble cpg_instruction_number_get_value (CpgInstructionNumber *number
);
void cpg_instruction_number_set_value (CpgInstructionNumber *number
,gdouble value
);