Uses of Class
org.rococoa.cocoa.carboncore.QHdr

Packages that use QHdr
org.rococoa.cocoa.carboncore   
 

Uses of QHdr in org.rococoa.cocoa.carboncore
 

Subclasses of QHdr in org.rococoa.cocoa.carboncore
static class QHdr.ByReference
           
static class QHdr.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return QHdr
static QHdr[] QHdr.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type QHdr
 void CarbonCoreLibrary.Enqueue(QElem qElement, QHdr qHeader)
          Enqueue()

Summary:
Atomically adds a queue element to the given queue

Discussion:
A queue ( represented by a QHdrPtr ) is a singly linked list of
elements.
 



Copyright © 2009. All Rights Reserved.