Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::SmallObjectCache::Handler< T > Struct Template Referencefinal
+ Inheritance diagram for Acts::detail::SmallObjectCache::Handler< T >:
+ Collaboration diagram for Acts::detail::SmallObjectCache::Handler< T >:

Public Member Functions

void destroy (void *ptr) const override
 
void moveConstruct (void *from, void *to) const override
 
void move (void *from, void *to) const override
 
- Public Member Functions inherited from Acts::detail::SmallObjectCache::HandlerBase
virtual ~HandlerBase ()=default
 

Detailed Description

template<typename T>
struct Acts::detail::SmallObjectCache::Handler< T >

Definition at line 86 of file SmallObjectCache.hpp.

View newest version in sPHENIX GitHub at line 86 of file SmallObjectCache.hpp

Member Function Documentation

template<typename T >
void Acts::detail::SmallObjectCache::Handler< T >::destroy ( void *  ptr) const
inlineoverridevirtual

Implements Acts::detail::SmallObjectCache::HandlerBase.

Definition at line 87 of file SmallObjectCache.hpp.

View newest version in sPHENIX GitHub at line 87 of file SmallObjectCache.hpp

References assert, and Acts::UnitConstants::T.

template<typename T >
void Acts::detail::SmallObjectCache::Handler< T >::move ( void *  from,
void *  to 
) const
inlineoverridevirtual

Implements Acts::detail::SmallObjectCache::HandlerBase.

Definition at line 100 of file SmallObjectCache.hpp.

View newest version in sPHENIX GitHub at line 100 of file SmallObjectCache.hpp

References assert, testing::internal::move(), and Acts::UnitConstants::T.

+ Here is the call graph for this function:

template<typename T >
void Acts::detail::SmallObjectCache::Handler< T >::moveConstruct ( void *  from,
void *  to 
) const
inlineoverridevirtual

Implements Acts::detail::SmallObjectCache::HandlerBase.

Definition at line 93 of file SmallObjectCache.hpp.

View newest version in sPHENIX GitHub at line 93 of file SmallObjectCache.hpp

References assert, testing::internal::move(), and Acts::UnitConstants::T.

+ Here is the call graph for this function:


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