Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | Private Member Functions | List of all members
ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q > Struct Template Reference

template<class T, class Q>
struct ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >

Definition at line 249 of file TCollectionProxyInfo.h.

Public Member Functions

 PairHolder ()
 
 PairHolder (const PairHolder &c)
 
virtual ~PairHolder ()
 

Public Attributes

first
 
second
 

Private Member Functions

PairHolderoperator= (const PairHolder &)
 

#include <TCollectionProxyInfo.h>

Constructor & Destructor Documentation

template<class T, class Q>
ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::PairHolder ( )
inline

Definition at line 252 of file TCollectionProxyInfo.h.

template<class T, class Q>
ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::PairHolder ( const PairHolder< T, Q > &  c)
inline

Definition at line 253 of file TCollectionProxyInfo.h.

template<class T, class Q>
virtual ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::~PairHolder ( )
inlinevirtual

Definition at line 254 of file TCollectionProxyInfo.h.

Member Function Documentation

template<class T, class Q>
PairHolder& ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::operator= ( const PairHolder< T, Q > &  )
private

Member Data Documentation

template<class T, class Q>
T ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::first

Definition at line 250 of file TCollectionProxyInfo.h.

template<class T, class Q>
Q ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::second

Definition at line 251 of file TCollectionProxyInfo.h.


The documentation for this struct was generated from the following file: