fo-length-conditional

fo-length-conditional —

Synopsis




struct      FoLengthCond;
struct      FoLengthCondClass;
FoDatatype* fo_length_cond_new              (void);
FoDatatype* fo_length_cond_new_with_value   (FoDatatype *length,
                                             FoDatatype *condity);
FoDatatype* fo_length_cond_get_length       (FoDatatype *datatype);
void        fo_length_cond_set_length       (FoDatatype *datatype,
                                             FoDatatype *new_length);
FoDatatype* fo_length_cond_get_condity      (FoDatatype *datatype);
void        fo_length_cond_set_condity      (FoDatatype *datatype,
                                             FoDatatype *new_condity);
FoDatatype* fo_length_cond_get_length_cond_zero
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoDatatype
               +----FoLengthCond

Properties


  "condity"              FoDatatype           : Read / Write / Construct Only
  "length"               FoDatatype           : Read / Write / Construct Only

Description

Details

struct FoLengthCond

struct FoLengthCond;


struct FoLengthCondClass

struct FoLengthCondClass;


fo_length_cond_new ()

FoDatatype* fo_length_cond_new              (void);

Creates a new FoLengthCond initialized to default value.

Returns : the new FoLengthCond

fo_length_cond_new_with_value ()

FoDatatype* fo_length_cond_new_with_value   (FoDatatype *length,
                                             FoDatatype *condity);

Creates a new FoLengthCond set to length and condity

length : Length component of the new FoLengthCond
condity : Conditionality component of the new FoLengthCond
Returns : The new FoLengthCond

fo_length_cond_get_length ()

FoDatatype* fo_length_cond_get_length       (FoDatatype *datatype);

Gets the .length component value of datatype

datatype : FoLengthCond
Returns : The .length value of datatype

fo_length_cond_set_length ()

void        fo_length_cond_set_length       (FoDatatype *datatype,
                                             FoDatatype *new_length);

Sets the .length component of datatype

datatype : FoLengthCond
new_length : New .length value

fo_length_cond_get_condity ()

FoDatatype* fo_length_cond_get_condity      (FoDatatype *datatype);

Gets the .conditionality component value of datatype

datatype : FoLengthCond
Returns : The .conditionality component value of datatype

fo_length_cond_set_condity ()

void        fo_length_cond_set_condity      (FoDatatype *datatype,
                                             FoDatatype *new_condity);

Sets the .condity component of datatype

datatype : FoLengthCond
new_condity : New .condity value

fo_length_cond_get_length_cond_zero ()

FoDatatype* fo_length_cond_get_length_cond_zero
                                            (void);

Get an FoLengthCond with the well-known value of 0pt/discard.

Returns : The FoLengthCond.

Properties

"condity" (FoDatatype : Read / Write / Construct Only)

Length condity.

"length" (FoDatatype : Read / Write / Construct Only)

Length_Cond length.