![]() |
ROOT
6.06/08
Reference Guide
|
Small helper to save proxy environment in the event of recursive calls.
Definition at line 235 of file TCollectionProxyInfo.h.
Public Types | |
| typedef T | Iter_t |
Public Member Functions | |
| Environ () | |
| T & | iter () |
Public Member Functions inherited from ROOT::Detail::TCollectionProxyInfo::EnvironBase | |
| EnvironBase () | |
| virtual | ~EnvironBase () |
Static Public Member Functions | |
| static void * | Create () |
Public Attributes | |
| Iter_t | fIterator |
Public Attributes inherited from ROOT::Detail::TCollectionProxyInfo::EnvironBase | |
| size_t | fIdx |
| size_t | fSize |
| void * | fObject |
| void * | fStart |
| void * | fTemp |
| Bool_t | fUseTemp |
| int | fRefCount |
| size_t | fSpace |
#include <TCollectionProxyInfo.h>
Inheritance diagram for ROOT::Detail::TCollectionProxyInfo::Environ< T >:
Collaboration diagram for ROOT::Detail::TCollectionProxyInfo::Environ< T >:| typedef T ROOT::Detail::TCollectionProxyInfo::Environ< T >::Iter_t |
Definition at line 237 of file TCollectionProxyInfo.h.
|
inline |
Definition at line 236 of file TCollectionProxyInfo.h.
|
inlinestatic |
Definition at line 240 of file TCollectionProxyInfo.h.
Referenced by TEmulatedCollectionProxy::TEmulatedCollectionProxy().
|
inline |
Definition at line 239 of file TCollectionProxyInfo.h.
Referenced by ROOT::Detail::TCollectionProxyInfo::Type< T >::first(), ROOT::Detail::TCollectionProxyInfo::Type< T >::next(), and ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >::next().
| Iter_t ROOT::Detail::TCollectionProxyInfo::Environ< T >::fIterator |
Definition at line 238 of file TCollectionProxyInfo.h.
Referenced by ROOT::Detail::TCollectionProxyInfo::Type< T >::first(), ROOT::Detail::TCollectionProxyInfo::Type< std::vector< Bool_t > >::first(), ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::first(), ROOT::Detail::TCollectionProxyInfo::Type< Internal::TStdBitsetHelper< Bitset_t > >::next(), and TGenCollectionProxy::TGenCollectionProxy().