Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::SmallObjectCache::HandlerBase Struct Referenceabstract
+ Inheritance diagram for Acts::detail::SmallObjectCache::HandlerBase:

Public Member Functions

virtual void destroy (void *ptr) const =0
 
virtual void moveConstruct (void *from, void *to) const =0
 
virtual void move (void *from, void *to) const =0
 
virtual ~HandlerBase ()=default
 

Detailed Description

Definition at line 78 of file SmallObjectCache.hpp.

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

Constructor & Destructor Documentation

virtual Acts::detail::SmallObjectCache::HandlerBase::~HandlerBase ( )
virtualdefault

Member Function Documentation

virtual void Acts::detail::SmallObjectCache::HandlerBase::destroy ( void *  ptr) const
pure virtual

Implemented in Acts::detail::SmallObjectCache::Handler< T >.

Referenced by Acts::detail::SmallObjectCache::~SmallObjectCache().

+ Here is the caller graph for this function:

virtual void Acts::detail::SmallObjectCache::HandlerBase::move ( void *  from,
void *  to 
) const
pure virtual

Implemented in Acts::detail::SmallObjectCache::Handler< T >.

Referenced by Acts::detail::SmallObjectCache::operator=().

+ Here is the caller graph for this function:

virtual void Acts::detail::SmallObjectCache::HandlerBase::moveConstruct ( void *  from,
void *  to 
) const
pure virtual

Implemented in Acts::detail::SmallObjectCache::Handler< T >.

Referenced by Acts::detail::SmallObjectCache::SmallObjectCache().

+ Here is the caller graph for this function:


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