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:
IpuzCellCoordLocation to store the value that was popped.
The argument will be set by the function. The argument can be set to NULLby the method.The returned data is owned by the instance.