BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
Goofy Class Reference

#include <Goofy.h>

Public Member Functions

 Goofy ()
 
 Goofy (int, char **)
 
 ~Goofy ()
 

Static Public Member Functions

static int Shell (std::string s)
 

Detailed Description

Definition at line 13 of file Goofy.h.

Constructor & Destructor Documentation

◆ Goofy() [1/2]

Goofy::Goofy ( )

Definition at line 12 of file Goofy.cpp.

13{
14
15 Banner();
16
17 theMessenger=new GoofyMessenger(this);
18 theProject=new ProjectMessenger(this);
19 theRandomCenter=new RandomCenterMessenger(this);
20
21}

◆ Goofy() [2/2]

Goofy::Goofy ( int  ,
char **   
)

◆ ~Goofy()

Goofy::~Goofy ( )

Definition at line 55 of file Goofy.cpp.

56{
57 delete theMessenger;
58 delete theProject;
59 delete theRandomCenter;
60}

Member Function Documentation

◆ Shell()

int Goofy::Shell ( std::string  s)
static

Definition at line 62 of file Goofy.cpp.

63{
64 return system(s.c_str());
65}
XmlRpcServer s
Definition: HelloServer.cpp:11

Referenced by GoofyMessenger::SetNewValue(), and ProjectMessenger::SetNewValue().


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