#include <TProof.h>
Public Member Functions | |
TProofMergePrg () | |
const char * | Export () |
void | DecreaseNWrks () |
void | IncreaseNWrks () |
void | IncreaseIdx () |
void | Reset (Int_t n=-1) |
void | SetNWrks (Int_t n) |
TProofMergePrg () | |
const char * | Export () |
void | DecreaseNWrks () |
void | IncreaseNWrks () |
void | IncreaseIdx () |
void | Reset (Int_t n=-1) |
void | SetNWrks (Int_t n) |
Private Attributes | |
TString | fExp |
Int_t | fIdx |
Int_t | fNWrks |
Static Private Attributes | |
static char | fgCr [4] |
Definition at line 303 of file TProof.h.
const char* TProofMergePrg::Export | ( | ) | [inline] |
Definition at line 312 of file TProof.h.
References TString::Data(), fExp, fgCr, fIdx, fNWrks, and TString::Form().
Referenced by TProof::HandleInputMessage().
void TProofMergePrg::DecreaseNWrks | ( | ) | [inline] |
Definition at line 314 of file TProof.h.
References fNWrks.
Referenced by TProof::HandleInputMessage().
void TProofMergePrg::IncreaseNWrks | ( | ) | [inline] |
void TProofMergePrg::IncreaseIdx | ( | ) | [inline] |
Definition at line 316 of file TProof.h.
References fIdx.
Referenced by TProof::HandleInputMessage().
void TProofMergePrg::Reset | ( | Int_t | n = -1 |
) | [inline] |
Definition at line 317 of file TProof.h.
References fIdx, n, and SetNWrks().
Referenced by TProof::ResetMergePrg().
void TProofMergePrg::SetNWrks | ( | Int_t | n | ) | [inline] |
Definition at line 318 of file TProof.h.
References fNWrks.
Referenced by TProof::HandleSubmerger(), and Reset().
const char* TProofMergePrg::Export | ( | ) | [inline] |
Definition at line 312 of file TProof.h.
References TString::Data(), fExp, fgCr, fIdx, fNWrks, and TString::Form().
void TProofMergePrg::DecreaseNWrks | ( | ) | [inline] |
void TProofMergePrg::IncreaseNWrks | ( | ) | [inline] |
void TProofMergePrg::IncreaseIdx | ( | ) | [inline] |
void TProofMergePrg::Reset | ( | Int_t | n = -1 |
) | [inline] |
void TProofMergePrg::SetNWrks | ( | Int_t | n | ) | [inline] |
TString TProofMergePrg::fExp [private] |
Int_t TProofMergePrg::fIdx [private] |
Int_t TProofMergePrg::fNWrks [private] |
Definition at line 307 of file TProof.h.
Referenced by DecreaseNWrks(), Export(), IncreaseNWrks(), and SetNWrks().
char TProofMergePrg::fgCr [static, private] |