ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TGLite.cxx File Reference

Implementation of the class which defines interface to gLite GRID services. More...

#include <glite-api-wrapper/gLiteAPIWrapper.h>
#include "TMap.h"
#include "TObjString.h"
#include "TGLiteResult.h"
#include "TGLiteJob.h"
#include "TGLite.h"
Include dependency graph for TGLite.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGLite) using namespace std
 
template<class _T >
void add_map_element (TMap *_map, const string &_key, const _T &_value)
 

Detailed Description

Implementation of the class which defines interface to gLite GRID services.

Definition in file TGLite.cxx.

Function Documentation

template<class _T >
void add_map_element ( TMap _map,
const string &  _key,
const _T &  _value 
)

Definition at line 171 of file TGLite.cxx.

ClassImp ( TGLite  )