This class handles a list of destination addresses.
More...
#include <oqueue.h>
Inheritance diagram for DestinationListHandler:
Collaboration diagram for DestinationListHandler:
Data Structures
Public Member Functions
Get whether there is only a destination in the list.
More...
Protected Member Functions
Locks the object before modifying it.
More...
Locks the object before modifying it.
More...
Protected Attributes
Private Attributes
Detailed Description
Constructor & Destructor Documentation
DestinationListHandler::DestinationListHandler
(
)
DestinationListHandler::~DestinationListHandler
(
)
Member Function Documentation
bool DestinationListHandler::addDestinationToList
(
const
InetAddress &
ia,
)
protected
Locks the object before modifying it.
bool DestinationListHandler::isSingleDestination
(
)
const
inline
Get whether there is only a destination in the list.
Definition at line 82 of file oqueue.h.
void DestinationListHandler::lockDestinationList
(
)
const
inline
bool DestinationListHandler::removeDestinationFromList
(
const
InetAddress &
ia,
)
protected
Locks the object before modifying it.
void DestinationListHandler::unlockDestinationList
(
)
const
inline
void DestinationListHandler::writeLockDestinationList
(
)
const
inlineprotected
Field Documentation
ThreadLock DestinationListHandler::destinationLock
mutableprivate
The documentation for this class was generated from the following file: