BOSS 8.0.0
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 11 of file Goofy.cpp.

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

◆ Goofy() [2/2]

Goofy::Goofy ( int ,
char **  )

◆ ~Goofy()

Goofy::~Goofy ( )

Definition at line 52 of file Goofy.cpp.

52 {
53 delete theMessenger;
54 delete theProject;
55 delete theRandomCenter;
56}

Member Function Documentation

◆ Shell()

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

Definition at line 58 of file Goofy.cpp.

58{ return system( s.c_str() ); }
XmlRpcServer s

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


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