diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_queue.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_queue.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_queue.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,199 +1,193 @@ - - -TB10.1 Example Applications: CQueue Class Reference - - - - + + + + +TB9.2 Example Applications: CQueue Class Reference + + + + + +

CQueue Class Reference

-

-List of all members. - - - - - - - - - - - - - - - - - +

List of all members.

+

Public Member Functions

void Insert ()
void Remove ()
TBool IsEmpty ()
void ConstructL ()
void GetTokens (RArray< TInt > &aArray)
 ~CQueue ()

Static Public Member Functions

static CQueueNewL ()
+ + + + + + + + +

Public Member Functions

void Insert ()
void Remove ()
TBool IsEmpty ()
void ConstructL ()
void GetTokens (RArray< TInt > &aArray)
 ~CQueue ()

Static Public Member Functions

static CQueueNewL ()
-


Detailed Description

-A wrapper class that implements the queue of integer tokens. It owns a handle to an integer array. This array is treated as a queue of tokens. It provides functions to insert, delete and display elements in the queue. It also owns a handle to the condition variable and a mutex variable.
See also:
RCondVar.

+


Detailed Description

+

A wrapper class that implements the queue of integer tokens. It owns a handle to an integer array. This array is treated as a queue of tokens. It provides functions to insert, delete and display elements in the queue. It also owns a handle to the condition variable and a mutex variable.

+
See also:
RCondVar.
+
RMutex.
-

Definition at line 35 of file queue.h.

-

Constructor & Destructor Documentation

- +

Definition at line 35 of file queue.h.

+

Constructor & Destructor Documentation

+
- + - + - +
CQueue::~CQueue CQueue::~CQueue (  ) 
+

Destructor.

-

-Destructor. -

Definition at line 140 of file queue.cpp.

+

Definition at line 140 of file queue.cpp.

-

-


Member Function Documentation

- +
+

Member Function Documentation

+
- + - + - +
void CQueue::Insert void CQueue::Insert (  ) 
+

Inserts a token into the queue.

+
See also:
RCondVar::Signal().
-

-Inserts a token into the queue.

See also:
RCondVar::Signal().
- -

Definition at line 62 of file queue.cpp.

+

Definition at line 62 of file queue.cpp.

-

- + +

- + - + - +
void CQueue::Remove void CQueue::Remove (  ) 
+

Removes a token from the queue.

+
See also:
RCondVar::Wait().
-

-Removes a token from the queue.

See also:
RCondVar::Wait().
- -

Definition at line 90 of file queue.cpp.

+

Definition at line 90 of file queue.cpp.

-

- + +

- + - + - +
TBool CQueue::IsEmpty TBool CQueue::IsEmpty (  ) 
+

Checks if the queue has at least one element.

+
Returns:
ETrue If the number of elements in the queue is greater than one, else EFalse.
-

-Checks if the queue has at least one element.

Returns:
ETrue If the number of elements in the queue is greater than one, else EFalse.
- -

Definition at line 116 of file queue.cpp.

+

Definition at line 116 of file queue.cpp.

-

- + +

- + - + - +
void CQueue::ConstructL void CQueue::ConstructL (  ) 
- -

-The second phase constructor of the CQueue class.

See also:
RCondVar::CreateLocal().

+

The second phase constructor of the CQueue class.

+
See also:
RCondVar::CreateLocal().
+
RMutex::CreateLocal().
-

Definition at line 43 of file queue.cpp.

+

Definition at line 43 of file queue.cpp.

-

- + +

- + - + - +
CQueue * CQueue::NewL CQueue * CQueue::NewL (  )  [static] [static]
+

Performs the two-phase construction of an object of the CQueue class.

+
Returns:
A CQueue object.
-

-Performs the two-phase construction of an object of the CQueue class.

Returns:
A CQueue object.
- -

Definition at line 29 of file queue.cpp.

+

Definition at line 29 of file queue.cpp.

-

- + +

- + - + - +
void CQueue::GetTokens void CQueue::GetTokens ( RArray< TInt > &  aArray aArray  ) 
- -

-Constructs an array of elements present in the CQueue::iArray queue.

Parameters:
+

Constructs an array of elements present in the CQueue::iArray queue.

+
Parameters:
aArray A reference to the array to be constructed.
+
-

Definition at line 129 of file queue.cpp.

+

Definition at line 129 of file queue.cpp.

-

-


Generated on Thu Jan 21 10:33:07 2010 for TB10.1 Example Applications by  + + +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2