Log of /trunk/core/cont/inc/TArray.h
Parent Directory
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 2794 byte(s)
Diff to
previous 20882
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
19793 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 13 11:08:35 2007 UTC (7 years, 4 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2851 byte(s)
Diff to
previous 17680
From Axel:
patch for TArray*.h to add virtual members GetAt()
and SetAt() and for hist/inc/Linkdef.h as needed by THnSparse.
New class THnSparse for sparse n-dimensional histograms.
For more deatils, see comments in class implementation.
Revision
17680 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 4 17:39:44 2007 UTC (7 years, 11 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2753 byte(s)
Diff to
previous 15134
-Move typedefs previously in Htypes.h and Gtypes.h to Rtypes.h
-Move enum EColorType to Rtypes.h
-Move enum EMarkerStyle to TAttMarker
-Move enum ELineStyle to TAttLine
-Replace all references to Htypes.h or Gtypes.h by Rtypes.h
Revision
15134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2754 byte(s)
Diff to
previous 14996
From Federico Carminati:
"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."
Revision
4721 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 16 08:37:28 2002 UTC (12 years, 7 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2744 byte(s)
Diff to
previous 4498
From Philippe:
a patch which upgrades the operator<< for the TArrayX
classes.
It also add one more test to rootcint to verify that if the '!' has been
specified in the linkdef file, both operator<< and operator>> need to be
explicitly declared for this class.
The error message has been enhanced as follow:
ERROR: In this version of ROOT, the option '!' used in a linkdef file
implies the actual existence of customized operators.
The following declaration is now required:
TBuffer &operator>>(TBuffer &,MyClass *&);
ERROR: In this version of ROOT, the option '!' used in a linkdef file
implies the actual existence of customized operator.
The following declaration is now required:
TBuffer &operator<<(TBuffer &,const MyClass *);
gmake: *** [TeleDict.C] Error 1
Revision
4498 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 9 20:22:01 2002 UTC (12 years, 8 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2629 byte(s)
Diff to
previous 4460
New attempt to introduce the new additions (Philippe) to the I/O system
as well as as the new version of ClassDef/ClassImp.
With the additions to the I/O, it is now possible to generate
a dictionary for classes not instrumented with ClassDef.
Revision
4446 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 3 14:30:43 2002 UTC (12 years, 8 months ago) by
brun
Original Path:
trunk/cont/inc/TArray.h
File length: 2579 byte(s)
Diff to
previous 3
Introduce a long patch by Philippe. With this patch, ROOT I/O
should be able to support foreign not-ROOT instrumented classes.
More information will come later.
This patch is tentatively put in the CVS head to facilitate
testing on all platforms.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.