Logo ROOT   6.08/07
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 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>

Constructor & Destructor Documentation

◆ PairHolder() [1/2]

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

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

◆ ~PairHolder()

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

◆ 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

Definition at line 253 of file TCollectionProxyInfo.h.

◆ second

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

Definition at line 254 of file TCollectionProxyInfo.h.


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