ROOT  6.06/09
Reference Guide
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 252 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>

+ Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >:

Constructor & Destructor Documentation

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

Definition at line 255 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 256 of file TCollectionProxyInfo.h.

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

Definition at line 257 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
template<class T, class Q>
Q ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >::second

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