#include <source/ariba/utility/transport/tcpip/protlib/ie.h>

Public Member Functions | |
| void | put (IEError *iee) |
| put an IEError on the list | |
| IEError * | get () |
| get and remove next IEError | |
| bool | is_empty () const |
| is list empty | |
| void | clear () |
| clear list | |
| ~IEErrorList () | |
| destructor | |
Private Types | |
| typedef deque< IEError * > | queue_t |
| internal queue type | |
| typedef queue_t::iterator | queueit_t |
| queue iterator type | |
Private Attributes | |
| queue_t | queue |
| IEError storage. | |
IE error list.
This represents a list of IE errors.
Definition at line 356 of file ie.h.
typedef deque<IEError*> protlib::IEErrorList::queue_t [private] |
typedef queue_t::iterator protlib::IEErrorList::queueit_t [private] |
queue_t protlib::IEErrorList::queue [private] |
IEError storage.
Definition at line 374 of file ie.h.
Referenced by clear(), get(), is_empty(), put(), and ~IEErrorList().
1.6.1