FakeTwo Class Reference

Inheritance diagram for FakeTwo:

ContainedObject List of all members.

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 38 of file test_RelTabs.cxx.


Constructor & Destructor Documentation

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

Definition at line 44 of file test_RelTabs.cxx.

00044 : address(add), floor(fl) {}


Member Function Documentation

static const CLID& FakeTwo::classID (  )  [inline, static]

Definition at line 42 of file test_RelTabs.cxx.

References CLID_FakeTwo.

Referenced by clID().

00042 { return CLID_FakeTwo; }

virtual const CLID& FakeTwo::clID (  )  const [inline, virtual]

Definition at line 41 of file test_RelTabs.cxx.

References classID().

00041 { return FakeTwo::classID(); }


Member Data Documentation

std::string FakeTwo::address

Definition at line 47 of file test_RelTabs.cxx.

Referenced by main().

int FakeTwo::floor

Definition at line 49 of file test_RelTabs.cxx.


Generated on Tue Nov 29 23:19:35 2016 for BOSS_7.0.2 by  doxygen 1.4.7