#include <Pair_T.h>
Collaboration diagram for ACE_Reference_Pair:
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
Public Methods | |
ACE_Reference_Pair (T1 &t1, T2 &t2) | |
Constructor. More... | |
T1 & | first (void) const |
Access first. More... | |
T2 & | second (void) const |
Access second. More... | |
Protected Attributes | |
T1 & | first_ |
First. More... | |
T2 & | second_ |
Second. More... |
Similar to the STL pair (but restricted to holding references and not copies).
|
|
|
|
|
Constructor.
|
|
Access first.
|
|
Access second.
|
|
First.
|
|
Second.
|