Logo ROOT   6.14/05
Reference Guide
pq2wrappers.h
Go to the documentation of this file.
1 // @(#)root/proof:$Id$
2 // Author: G. Ganis, Mar 2010
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef PQ2_wrappers
13 #define PQ2_wrappers
14 
15 //////////////////////////////////////////////////////////////////////////
16 // //
17 // pq2wrappers //
18 // //
19 // Prototypes for wrapper functions used in PQ2 //
20 // //
21 //////////////////////////////////////////////////////////////////////////
22 
23 #include "TFileCollection.h"
24 #include "TMap.h"
25 
26 void DataSetCache(bool clear, const char *ds);
27 void ShowDataSets(const char *ds, const char *opt = "");
28 TFileCollection *GetDataSet(const char *ds, const char *server = "");
29 TMap *GetDataSets(const char *owner = "", const char *server = "", const char *opt = 0);
30 Int_t RemoveDataSet(const char *dsname);
31 Int_t VerifyDataSet(const char *dsname, const char *opt = 0, const char *redir = 0);
32 Bool_t ExistsDataSet(const char *dsname);
33 Int_t RegisterDataSet(const char *dsname, TFileCollection *fc, const char *opt = "");
34 
35 #endif
TMap * GetDataSets(const char *owner="", const char *server="", const char *opt=0)
GetDataSets wrapper.
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
Int_t VerifyDataSet(const char *dsname, const char *opt=0, const char *redir=0)
VerifyDataSet wrapper.
static struct mg_connection * fc(struct mg_context *ctx)
Definition: civetweb.c:3352
void DataSetCache(bool clear, const char *ds)
ShowCache wrapper.
Definition: pq2wrappers.cxx:50
Int_t RemoveDataSet(const char *dsname)
RemoveDataSet wrapper.
TFileCollection * GetDataSet(const char *ds, const char *server="")
GetDataSet wrapper.
Definition: pq2wrappers.cxx:87
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...
Definition: TMap.h:40
void ShowDataSets(const char *ds, const char *opt="")
ShowDataSets wrapper.
Definition: pq2wrappers.cxx:70
Class that contains a list of TFileInfo's and accumulated meta data information about its entries...
Int_t RegisterDataSet(const char *dsname, TFileCollection *fc, const char *opt="")
RegisterDataSet wrapper.
Bool_t ExistsDataSet(const char *dsname)
ExistsDataSet wrapper.