Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::RefHolder< T > Struct Template Reference

Internal holder type for referencing a backend without ownership. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/Holders.hpp>

+ Collaboration diagram for Acts::detail::RefHolder< T >:

Public Member Functions

 RefHolder (T *_ptr)
 

Public Attributes

Tptr
 

Detailed Description

template<typename T>
struct Acts::detail::RefHolder< T >

Internal holder type for referencing a backend without ownership.

Definition at line 17 of file Holders.hpp.

View newest version in sPHENIX GitHub at line 17 of file Holders.hpp

Constructor & Destructor Documentation

template<typename T>
Acts::detail::RefHolder< T >::RefHolder ( T _ptr)
inlineexplicit

Definition at line 20 of file Holders.hpp.

View newest version in sPHENIX GitHub at line 20 of file Holders.hpp

Member Data Documentation

template<typename T>
T* Acts::detail::RefHolder< T >::ptr

Definition at line 18 of file Holders.hpp.

View newest version in sPHENIX GitHub at line 18 of file Holders.hpp

Referenced by Acts::BinnedSPGroupIterator< external_spacepoint_t >::operator==().


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