ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
XrdProofGroup.cxx File Reference
#include "XrdProofdPlatform.h"
#include "XrdProofGroup.h"
#include "XrdProofdTrace.h"
Include dependency graph for XrdProofGroup.cxx:

Go to the source code of this file.

Functions

static int CheckUser (const char *, XrdProofGroup *g, void *u)
 Check if user 'u' is memmebr of group 'grp'. More...
 
static int ExportGroup (const char *, XrdProofGroup *g, void *u)
 Add a string describing group 'g' to a global string. More...
 
static int PrintGroup (const char *, XrdProofGroup *g, void *)
 Print info describing group 'g' to stdout. More...
 
static int AuxFunc (const char *, XrdProofGroup *g, void *s)
 Generic function used for auxiliary purpose. More...
 
static int GetGroupsInfo (const char *, XrdProofGroup *g, void *s)
 Fill the global group structure. More...
 
static int SetGroupFracEff (const char *, XrdProofGroup *g, void *s)
 Check if user 'u' is memmebr of group 'grp'. More...
 

Function Documentation

static int AuxFunc ( const char *  ,
XrdProofGroup g,
void s 
)
static

Generic function used for auxiliary purpose.

Definition at line 76 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::Next().

static int CheckUser ( const char *  ,
XrdProofGroup g,
void u 
)
static

Check if user 'u' is memmebr of group 'grp'.

Definition at line 31 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::GetUserGroup().

static int ExportGroup ( const char *  ,
XrdProofGroup g,
void u 
)
static

Add a string describing group 'g' to a global string.

Definition at line 46 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::Export().

static int GetGroupsInfo ( const char *  ,
XrdProofGroup g,
void s 
)
static

Fill the global group structure.

Definition at line 585 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::SetEffectiveFractions().

static int PrintGroup ( const char *  ,
XrdProofGroup g,
void  
)
static

Print info describing group 'g' to stdout.

Definition at line 65 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::Print().

static int SetGroupFracEff ( const char *  ,
XrdProofGroup g,
void s 
)
static

Check if user 'u' is memmebr of group 'grp'.

Definition at line 616 of file XrdProofGroup.cxx.

Referenced by XrdProofGroupMgr::SetEffectiveFractions().