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

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

Constructor & Destructor Documentation

◆ FakeOne()

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

Definition at line 23 of file test_RelTabs.cxx.

23: name( s ), ssn( number ) {}
XmlRpcServer s
std::string name

Member Function Documentation

◆ classID()

const CLID & FakeOne::classID ( )
inlinestatic

Definition at line 21 of file test_RelTabs.cxx.

21{ return CLID_FakeOne; }

Referenced by clID().

◆ clID()

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

Definition at line 20 of file test_RelTabs.cxx.

20{ return FakeOne::classID(); }
static const CLID & classID()

Member Data Documentation

◆ name

std::string FakeOne::name

Definition at line 26 of file test_RelTabs.cxx.

Referenced by FakeOne(), and main().

◆ ssn

int FakeOne::ssn

Definition at line 28 of file test_RelTabs.cxx.

Referenced by FakeOne().


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