| 
    ACE 7.0.7
    
   | 
 
Defines a pair that only hold references. More...
#include <Pair_T.h>
Public Types | |
| typedef T1 | first_type | 
| typedef T2 | second_type | 
Public Member Functions | |
| ACE_Reference_Pair (T1 &t1, T2 &t2) | |
| Constructor.  More... | |
| T1 & | first () const | 
| Access first.  More... | |
| T2 & | second () const | 
| Access second.  More... | |
| bool | operator== (const ACE_Reference_Pair< T1, T2 > &rhs) const | 
Protected Attributes | |
| T1 & | first_ | 
| First.  More... | |
| T2 & | second_ | 
| Second.  More... | |
Defines a pair that only hold references.
Similar to the STL pair (but restricted to holding references and not copies).
| typedef T1 ACE_Reference_Pair< T1, T2 >::first_type | 
| typedef T2 ACE_Reference_Pair< T1, T2 >::second_type | 
      
  | 
  inline | 
Constructor.
      
  | 
  inline | 
Access first.
      
  | 
  inline | 
      
  | 
  inline | 
Access second.
      
  | 
  protected | 
First.
      
  | 
  protected | 
Second.