TAO_ESF  2.0.7
Public Types | Public Member Functions | Private Attributes
TAO_ESF_Proxy_List Class Reference

A concrete proxy collection. More...

#include <ESF_Proxy_List.h>

Collaboration diagram for TAO_ESF_Proxy_List:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ACE_Unbounded_Set
< PROXY * > 
Implementation
 A typedef for the underlying implementaiton class.
typedef
ACE_Unbounded_Set_Iterator
< PROXY * > 
Iterator
 A typedef for the underlying iterator.

Public Member Functions

 TAO_ESF_Proxy_List (void)
 Constructor.
ACE_Unbounded_Set_Iterator
< PROXY * > 
begin (void)
ACE_Unbounded_Set_Iterator
< PROXY * > 
end (void)
 Return one past the last element in the collection.
size_t size (void) const
 Return the number of elements in the collection.
void connected (PROXY *)
 Insert a new element to the collection.
void reconnected (PROXY *)
 Insert a new element that could be there already.
void disconnected (PROXY *)
 Remove an element from the collection.
void shutdown (void)

Private Attributes

ACE_Unbounded_Set< PROXY * > impl_
 The underlying implementation object.

Detailed Description

A concrete proxy collection.

Based on the ACE_Unbounded_Set<> collection, used a double linked list internally.


Member Typedef Documentation

A typedef for the underlying implementaiton class.

A typedef for the underlying iterator.


Constructor & Destructor Documentation

TAO_ESF_Proxy_List::TAO_ESF_Proxy_List ( void  )

Constructor.


Member Function Documentation

ACE_Unbounded_Set_Iterator< PROXY * > TAO_ESF_Proxy_List::begin ( void  )

Return the first element in the collection, or end() if there are none

void TAO_ESF_Proxy_List::connected ( PROXY *  proxy)

Insert a new element to the collection.

void TAO_ESF_Proxy_List::disconnected ( PROXY *  proxy)

Remove an element from the collection.

ACE_Unbounded_Set_Iterator< PROXY * > TAO_ESF_Proxy_List::end ( void  )

Return one past the last element in the collection.

void TAO_ESF_Proxy_List::reconnected ( PROXY *  proxy)

Insert a new element that could be there already.

void TAO_ESF_Proxy_List::shutdown ( void  )

Shutdown the collection, i.e. remove all elements and release resources

size_t TAO_ESF_Proxy_List::size ( void  ) const

Return the number of elements in the collection.


Member Data Documentation

The underlying implementation object.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines