BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
FakeTwo Class Reference
Inheritance diagram for FakeTwo:

Public Member Functions

virtual const CLID & clID () const
 FakeTwo (std::string add, int fl)

Static Public Member Functions

static const CLID & classID ()

Public Attributes

std::string address
int floor

Detailed Description

Definition at line 31 of file test_RelTabs.cxx.

Constructor & Destructor Documentation

◆ FakeTwo()

FakeTwo::FakeTwo ( std::string add,
int fl )
inline

Definition at line 36 of file test_RelTabs.cxx.

36: address( add ), floor( fl ) {}
std::string address

Member Function Documentation

◆ classID()

const CLID & FakeTwo::classID ( )
inlinestatic

Definition at line 34 of file test_RelTabs.cxx.

34{ return CLID_FakeTwo; }

Referenced by clID().

◆ clID()

virtual const CLID & FakeTwo::clID ( ) const
inlinevirtual

Definition at line 33 of file test_RelTabs.cxx.

33{ return FakeTwo::classID(); }
static const CLID & classID()

Member Data Documentation

◆ address

std::string FakeTwo::address

Definition at line 39 of file test_RelTabs.cxx.

Referenced by FakeTwo(), and main().

◆ floor

int FakeTwo::floor

Definition at line 41 of file test_RelTabs.cxx.

Referenced by FakeTwo().


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