Logo ROOT  
Reference Guide
ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q > Struct Template Reference

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

Definition at line 247 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 250 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 251 of file TCollectionProxyInfo.h.

◆ ~PairHolder()

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

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

◆ second

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

Definition at line 249 of file TCollectionProxyInfo.h.

Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::PairHolder< T, Q >:
[legend]

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