Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

NxwWrapper Class Reference

#include <set.h>

Inheritance diagram for NxwWrapper:

NxwSerialWrapper NxwSocketWrapper NxwCharWrapper NxwItemWrapper List of all members.

Public Methods

 NxwWrapper ()
 Constructor.

 ~NxwWrapper ()
 Destructor.

LOGICAL isEmpty ()
 Check if empty.

void clear ()
 Clear all list.

UI32 size ()
 Get size of list.

void rewind ()
 Reset internal counter.

NxwWrapper & operator++ (int)
 Move to next.

SERIAL get ()
 Get the current value and after move to next.

void insert (SERIAL s)
 Insert a new value.

void copyQ (const NxwWrapper &from)
 Return a copy of the queue.


Protected Methods

void next ()
 Move to next value.


Private Attributes

SERIAL_VECTOR vect
SERIAL_VECTOR::iterator current

Constructor & Destructor Documentation

NxwWrapper::NxwWrapper  
 

Constructor.

NxwWrapper::~NxwWrapper  
 

Destructor.


Member Function Documentation

void NxwWrapper::clear  
 

Clear all list.

Author:
Endymion

void NxwWrapper::copyQ const NxwWrapper &    from
 

Return a copy of the queue.

Author:
Sparhawk
Parameters:
from  the origin of the queue

SERIAL NxwWrapper::get  
 

Get the current value and after move to next.

Author:
Endymion
Returns:
the current value

void NxwWrapper::insert SERIAL    s
 

Insert a new value.

Author:
Endymion
Parameters:
s  the value

LOGICAL NxwWrapper::isEmpty  
 

Check if empty.

Author:
Endymion
Returns:
true if empty

void NxwWrapper::next void    [protected]
 

Move to next value.

Author:
Endymion

NxwWrapper & NxwWrapper::operator++ int   
 

Move to next.

Author:
Endymion
Returns:
the object itself (standard)

void NxwWrapper::rewind  
 

Reset internal counter.

Author:
Endymion

UI32 NxwWrapper::size  
 

Get size of list.

Author:
Endymion
Returns:
size


Member Data Documentation

SERIAL_VECTOR::iterator NxwWrapper::current [private]
 

SERIAL_VECTOR NxwWrapper::vect [private]
 


The documentation for this class was generated from the following files: SourceForge.net Logo