ClanSoft logo
ClanSoft logo

    CL_Queue::peek

Syntax

TYPE peek();

Return value

First available item in queue.

Description

Returns the next item in queue, but unlike get() it doesn't removeit from the queu.


Back to index



This page was built using the Perceps documentation system.