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

Public Member Functions

 DelegateInterface ()=default
 
virtual ~DelegateInterface ()=0
 
virtual std::string func () const
 

Detailed Description

Definition at line 336 of file DelegateTests.cpp.

View newest version in sPHENIX GitHub at line 336 of file DelegateTests.cpp

Constructor & Destructor Documentation

DelegateInterface::DelegateInterface ( )
default
DelegateInterface::~DelegateInterface ( )
inlinepure virtualdefault

Member Function Documentation

virtual std::string DelegateInterface::func ( ) const
inlinevirtual

Reimplemented in ConcreteDelegate.

Definition at line 340 of file DelegateTests.cpp.

View newest version in sPHENIX GitHub at line 340 of file DelegateTests.cpp

Referenced by BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:


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