FakeOne Class Reference

Inheritance diagram for FakeOne:

ContainedObject List of all members.

Public Member Functions

virtual const CLID & clID () const
 FakeOne (std::string s, int number)

Static Public Member Functions

static const CLID & classID ()

Public Attributes

std::string name
int ssn

Detailed Description

Definition at line 24 of file test_RelTabs.cxx.


Constructor & Destructor Documentation

FakeOne::FakeOne ( std::string  s,
int  number 
) [inline]

Definition at line 30 of file test_RelTabs.cxx.

00030 : name(s), ssn(number) {}


Member Function Documentation

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

Definition at line 28 of file test_RelTabs.cxx.

References CLID_FakeOne.

Referenced by clID().

00028 { return CLID_FakeOne; }

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

Definition at line 27 of file test_RelTabs.cxx.

References classID().

00027 { return FakeOne::classID(); }


Member Data Documentation

std::string FakeOne::name

Definition at line 33 of file test_RelTabs.cxx.

Referenced by main().

int FakeOne::ssn

Definition at line 35 of file test_RelTabs.cxx.


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