ATLAS Offline Software
Loading...
Searching...
No Matches
RegSelCondData< T > Class Template Reference

#include <RegSelCondData.h>

Collaboration diagram for RegSelCondData< T >:

Public Member Functions

 RegSelCondData (std::unique_ptr< T > t)
virtual ~RegSelCondData ()
const T * payload () const

Protected Attributes

std::unique_ptr< T > m_payload
 could return the actual payload reference, but have everything using pointers

Detailed Description

template<typename T>
class RegSelCondData< T >

Definition at line 25 of file RegSelCondData.h.

Constructor & Destructor Documentation

◆ RegSelCondData()

template<typename T>
RegSelCondData< T >::RegSelCondData ( std::unique_ptr< T > t)
inline

Definition at line 29 of file RegSelCondData.h.

29: m_payload(std::move(t)) { }
std::unique_ptr< T > m_payload
could return the actual payload reference, but have everything using pointers

◆ ~RegSelCondData()

template<typename T>
virtual RegSelCondData< T >::~RegSelCondData ( )
inlinevirtual

Definition at line 31 of file RegSelCondData.h.

31{ }

Member Function Documentation

◆ payload()

template<typename T>
const T * RegSelCondData< T >::payload ( ) const
inline

Definition at line 33 of file RegSelCondData.h.

33{ return m_payload.get(); }

Member Data Documentation

◆ m_payload

template<typename T>
std::unique_ptr<T> RegSelCondData< T >::m_payload
protected

could return the actual payload reference, but have everything using pointers

Definition at line 37 of file RegSelCondData.h.


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