Project
Loading...
Searching...
No Matches
o2::test::Polymorphic Class Reference

#include <TestClasses.h>

Inherits o2::test::Base.

Public Member Functions

 Polymorphic ()=default
 
 Polymorphic (unsigned secret)
 
 ~Polymorphic () override=default
 
bool operator== (const Polymorphic &rhs) const
 
bool isDefault () const
 
unsigned get () const
 
void f () override
 
- Public Member Functions inherited from o2::test::Base
 Base ()=default
 
virtual ~Base ()=default
 

Detailed Description

Definition at line 56 of file TestClasses.h.

Constructor & Destructor Documentation

◆ Polymorphic() [1/2]

o2::test::Polymorphic::Polymorphic ( )
default

◆ Polymorphic() [2/2]

o2::test::Polymorphic::Polymorphic ( unsigned  secret)
inline

Definition at line 60 of file TestClasses.h.

◆ ~Polymorphic()

o2::test::Polymorphic::~Polymorphic ( )
overridedefault

Member Function Documentation

◆ f()

void o2::test::Polymorphic::f ( )
inlineoverridevirtual

Reimplemented from o2::test::Base.

Definition at line 69 of file TestClasses.h.

◆ get()

unsigned o2::test::Polymorphic::get ( ) const
inline

Definition at line 67 of file TestClasses.h.

◆ isDefault()

bool o2::test::Polymorphic::isDefault ( ) const
inline

Definition at line 65 of file TestClasses.h.

◆ operator==()

bool o2::test::Polymorphic::operator== ( const Polymorphic rhs) const
inline

Definition at line 63 of file TestClasses.h.


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