Method

IpuzCellCoordArraypop_front

Declaration [src]

gboolean
ipuz_cell_coord_array_pop_front (
  IpuzCellCoordArray* self,
  IpuzCellCoord* out_front
)

Description [src]

Pops the front coord off of self.

If self is non-empty, then out_front is filled with the value that was popped, and TRUE is returned.

Parameters

out_front

Type: IpuzCellCoord

Location to store the value that was popped.

The argument will be set by the function.
The argument can be set to NULL by the method.
The data is owned by the instance.

Return value

Type: gboolean

TRUE, if self was non-empty, or FALSE if it was empty.