| Top |
FoDatatype *
fo_integer_new_with_value (gint value);
Creates a new FoInteger set to value
.
FoDatatype *
fo_integer_get_integer_zero (void);
Create and return an FoInteger with the well-known value 0.
This saves creation of multiple FoInteger objects that all have the value 0.
FoDatatype *
fo_integer_get_integer_one (void);
Create and return an FoInteger with the well-known value 1.
This saves creation of multiple FoInteger objects that all have the value 1.
FoDatatype *
fo_integer_get_integer_two (void);
Create and return an FoInteger with the well-known value 2.
This saves creation of multiple FoInteger objects that all have the value 2.
FoDatatype *
fo_integer_get_integer_three (void);
Create and return an FoInteger with the well-known value 3.
This saves creation of multiple FoInteger objects that all have the value 3.
FoDatatype *
fo_integer_get_integer_four (void);
Create and return an FoInteger with the well-known value 4.
This saves creation of multiple FoInteger objects that all have the value 4.
FoDatatype *
fo_integer_get_integer_five (void);
Create and return an FoInteger with the well-known value 5.
This saves creation of multiple FoInteger objects that all have the value 5.
FoDatatype *
fo_integer_get_integer_six (void);
Create and return an FoInteger with the well-known value 6.
This saves creation of multiple FoInteger objects that all have the value 6.