ROOT  6.06/08
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 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>

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

Constructor & Destructor Documentation

§ PairHolder() [1/2]

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

Definition at line 252 of file TCollectionProxyInfo.h.

§ PairHolder() [2/2]

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.

§ ~PairHolder()

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

§ operator=()

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

Member Data Documentation

§ first

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

§ second

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

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