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
core
base
src
TRefCnt.cxx
Go to the documentation of this file.
1
// @(#)root/base:$Id$
2
// Author: Fons Rademakers 04/08/95
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
/** \class TRefCnt
13
Definitions for TRefCnt, base class for reference counted objects.
14
*/
15
16
17
#include "
TRefCnt.h
"
18
19
20
// This definition is compiled in case nothing else is,
21
// in order to quiet down some fussy librarians
22
int
gDummy_ref_cpp
;
23
24
////////////////////////////////////////////////////////////////////////////////
25
/// Leave fRefs alone
26
27
TRefCnt::TRefCnt
(
EReferenceFlag
)
28
{
29
}
TRefCnt.h
TRefCnt::EReferenceFlag
EReferenceFlag
Definition:
TRefCnt.h:35
gDummy_ref_cpp
int gDummy_ref_cpp
Definition:
TRefCnt.cxx:22
TRefCnt::TRefCnt
TRefCnt(Int_t initRef=0)
Definition:
TRefCnt.h:37