CGEM BOSS 6.6.5.g
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 24 of file test_RelTabs.cxx.

Constructor & Destructor Documentation

◆ FakeOne()

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

Definition at line 30 of file test_RelTabs.cxx.

30: name(s), ssn(number) {}
XmlRpcServer s
Definition: HelloServer.cpp:11
std::string name

Member Function Documentation

◆ classID()

static const CLID & FakeOne::classID ( )
inlinestatic

Definition at line 28 of file test_RelTabs.cxx.

28{ return CLID_FakeOne; }

Referenced by clID().

◆ clID()

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

Definition at line 27 of file test_RelTabs.cxx.

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

Member Data Documentation

◆ name

std::string FakeOne::name

Definition at line 33 of file test_RelTabs.cxx.

Referenced by main().

◆ ssn

int FakeOne::ssn

Definition at line 35 of file test_RelTabs.cxx.


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