#include <set.h>
Inheritance diagram for NxwWrapper:

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.
|
|
|
Clear all list.
|
|
|
Return a copy of the queue.
|
|
|
Get the current value and after move to next.
|
|
|
Insert a new value.
|
|
|
Check if empty.
|
|
|
Move to next value.
|
|
|
Move to next.
|
|
|
Reset internal counter.
|
|
|
Get size of list.
|
|
|
|
|
|
|