ATLAS Offline Software
Public Member Functions | List of all members
SortTADptr Class Reference

#include <IOVSvcTool.h>

Collaboration diagram for SortTADptr:

Public Member Functions

bool operator() (const SG::TransientAddress *, const SG::TransientAddress *) const
 

Detailed Description

Definition at line 57 of file IOVSvcTool.h.

Member Function Documentation

◆ operator()()

bool SortTADptr::operator() ( const SG::TransientAddress x,
const SG::TransientAddress y 
) const

Definition at line 72 of file IOVSvcTool.cxx.

73  {
74 
75  if ( x->clID() == y->clID() ) {
76  return ( x->name() < y->name() );
77  } else {
78  return ( x->clID() < y->clID() );
79  }
80 
81 }

The documentation for this class was generated from the following files:
x
#define x
y
#define y