ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
CallBackID Class Reference

#include <CallBackID.h>

Collaboration diagram for CallBackID:

Public Member Functions

 CallBackID ()
 
template<typename T >
 CallBackID (StatusCode(T::*updF)(IOVSVC_CALLBACK_ARGS), const T *obj)
 
template<typename T >
void set (StatusCode(T::*updF)(IOVSVC_CALLBACK_ARGS), const T *obj)
 
std::string name () const
 
std::string objName () const
 
int offset () const
 
const void * ptr () const
 
bool operator== (const CallBackID &cb) const
 
bool operator< (const CallBackID &cb) const
 

Private Attributes

long m_offset
 
const void * p_obj
 
std::string m_name
 
std::string m_objName
 

Detailed Description

Definition at line 24 of file CallBackID.h.

Constructor & Destructor Documentation

◆ CallBackID() [1/2]

CallBackID::CallBackID ( )
inline

Definition at line 36 of file CallBackID.h.

36 { return m_name; }

◆ CallBackID() [2/2]

template<typename T >
CallBackID::CallBackID ( StatusCode(T::*)(IOVSVC_CALLBACK_ARGS updF,
const T *  obj 
)
inline

Definition at line 39 of file CallBackID.h.

39  { return p_obj; }
40 
41  bool operator==(const CallBackID& cb) const {

Member Function Documentation

◆ name()

std::string CallBackID::name ( ) const
inline

Definition at line 46 of file CallBackID.h.

47 {

◆ objName()

std::string CallBackID::objName ( ) const
inline

Definition at line 47 of file CallBackID.h.

47 {

◆ offset()

int CallBackID::offset ( ) const
inline

Definition at line 48 of file CallBackID.h.

52 :
53  long m_offset;

◆ operator<()

bool CallBackID::operator< ( const CallBackID cb) const
inline

Definition at line 54 of file CallBackID.h.

◆ operator==()

bool CallBackID::operator== ( const CallBackID cb) const
inline

Definition at line 51 of file CallBackID.h.

52  :
53  long m_offset;

◆ ptr()

const void* CallBackID::ptr ( ) const
inline

Definition at line 49 of file CallBackID.h.

52 :
53  long m_offset;

◆ set()

template<typename T >
void CallBackID::set ( StatusCode(T::*)(IOVSVC_CALLBACK_ARGS updF,
const T *  obj 
)

Member Data Documentation

◆ m_name

std::string CallBackID::m_name
private

Definition at line 66 of file CallBackID.h.

◆ m_objName

std::string CallBackID::m_objName
private

Definition at line 67 of file CallBackID.h.

◆ m_offset

long CallBackID::m_offset
private

Definition at line 63 of file CallBackID.h.

◆ p_obj

const void* CallBackID::p_obj
private

Definition at line 64 of file CallBackID.h.


The documentation for this class was generated from the following file:
CallBackID
Definition: CallBackID.h:24
CallBackID::m_name
std::string m_name
Definition: CallBackID.h:66
CallBackID::m_offset
long m_offset
Definition: CallBackID.h:63
CallBackID::p_obj
const void * p_obj
Definition: CallBackID.h:64
CallBackID::operator==
bool operator==(const CallBackID &cb) const
Definition: CallBackID.h:51