Logo ROOT  
Reference Guide
XrdProofGroup.cxx File Reference
#include "XrdProofdPlatform.h"
#include "XrdProofGroup.h"
#include "XrdProofdTrace.h"
Include dependency graph for XrdProofGroup.cxx:

Functions

static int AuxFunc (const char *, XrdProofGroup *g, void *s)
 Generic function used for auxiliary purpose. More...
 
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 GetGroupsInfo (const char *, XrdProofGroup *g, void *s)
 Fill the global group structure. More...
 
static int PrintGroup (const char *, XrdProofGroup *g, void *)
 Print info describing group 'g' to stdout. More...
 
static int SetGroupFracEff (const char *, XrdProofGroup *g, void *s)
 Check if user 'u' is memmebr of group 'grp'. More...
 

Function Documentation

◆ AuxFunc()

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

Generic function used for auxiliary purpose.

Definition at line 76 of file XrdProofGroup.cxx.

◆ CheckUser()

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.

◆ ExportGroup()

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.

◆ GetGroupsInfo()

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

Fill the global group structure.

Definition at line 585 of file XrdProofGroup.cxx.

◆ PrintGroup()

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

Print info describing group 'g' to stdout.

Definition at line 65 of file XrdProofGroup.cxx.

◆ SetGroupFracEff()

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.