Public Attributes

ACE_Bounded_Set< T >::Search_Structure Struct Reference

Collaboration diagram for ACE_Bounded_Set< T >::Search_Structure:
Collaboration graph
[legend]

List of all members.

Public Attributes

item_
 Item in the set.
int is_free_
 Keeps track of whether this item is in use or not.

Detailed Description

template<class T>
struct ACE_Bounded_Set< T >::Search_Structure

Definition at line 1700 of file Containers_T.h.


Member Data Documentation

template<class T>
int ACE_Bounded_Set< T >::Search_Structure::is_free_

Keeps track of whether this item is in use or not.

Definition at line 1706 of file Containers_T.h.

template<class T>
T ACE_Bounded_Set< T >::Search_Structure::item_

Item in the set.

Definition at line 1703 of file Containers_T.h.


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