ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
misc
memstat
inc
LinkDef.h
Go to the documentation of this file.
1
// @(#)root/memstat:$Name$:$Id$
2
// Author: Anar Manafov (A.Manafov@gsi.de) 2008-04-28
3
4
/*************************************************************************
5
* Copyright (C) 1995-2008, 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
#ifdef __CINT__
13
#pragma link off all globals;
14
#pragma link off all classes;
15
#pragma link off all functions;
16
17
#pragma link C++ namespace Memstat;
18
19
#pragma link C++ class TMemStat;
20
#pragma link C++ class Memstat::TMemStatMng;
21
22
23
//#pragma link C++ function Memstat::dig2bytes(Long64_t);
24
25
#endif