[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

 

LOperationListMember



Overview:

LOperationListMember is a PowerPlant class that simplifies operation list management.

Methods :

The methods in this class are:

 

LOperationListMember()  
~LOperationListMember()  

Data Members:

The data members in this class are:

 

mOperation  
 

Source files:

(Networking Classes)

LNetworking.h

LNetworking.cp

See also:

LInterruptSafeListMember

StAsyncOperation

LOperationListMember()

Purpose:

The constructor creates the object.

Access :

Public

Prototype:

LOperationListMember(
   StAsyncOperation *inOperation );
Parameters:

This constructor has the following parameter:

 

StAsyncOperation*  
inOperation  
The operation.  

~LOperationListMember()

Purpose:

The destructor destroys the object.

Access :

Virtual, Public

Prototype:

virtual ~LOperationListMember();

mOperation

Purpose:

The operation.

Access :

Static

Prototype:

StAsyncOperation *mOperation;

 


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: July 21, 2000