ATLAS Offline Software
Public Member Functions | List of all members
ICollectionSize Class Referenceabstract

Abstract interface for finding the size of an event collection. More...

#include <ICollectionSize.h>

Inheritance diagram for ICollectionSize:
Collaboration diagram for ICollectionSize:

Public Member Functions

 DeclareInterfaceID (ICollectionSize, 1, 0)
 
virtual ~ICollectionSize ()
 Destructor. More...
 
virtual int size ()=0
 Return the size of the collection. More...
 

Detailed Description

Abstract interface for finding the size of an event collection.

Definition at line 25 of file ICollectionSize.h.

Constructor & Destructor Documentation

◆ ~ICollectionSize()

virtual ICollectionSize::~ICollectionSize ( )
inlinevirtual

Destructor.

Definition at line 33 of file ICollectionSize.h.

33 {};

Member Function Documentation

◆ DeclareInterfaceID()

ICollectionSize::DeclareInterfaceID ( ICollectionSize  ,
,
 
)

◆ size()

virtual int ICollectionSize::size ( )
pure virtual

Return the size of the collection.


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