Log of /trunk/core/cont/inc/TClassTable.h
Parent Directory
Revision
46088 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 20 16:08:30 2012 UTC (2 years, 4 months ago) by
pcanal
File length: 3406 byte(s)
Diff to
previous 33854
Add explicit support to knowing whether the class represented by a TClass has a
custom (user written) Streamer member function:
cl->TestBit(TClass::kHasCustomStreamerMember)
(This will allow the removal of TInterpreter::ClassInfo_RootFlag)
Revision
33854 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 12 14:09:50 2010 UTC (4 years, 7 months ago) by
pcanal
File length: 3335 byte(s)
Diff to
previous 22961
From Axel and Philippe:
In TClassTable, normalize 'long long' to 'Long64_t' in lookups (as we are already doing on input).
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: 3261 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
19041 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 15 12:36:05 2007 UTC (7 years, 7 months ago) by
brun
Original Path:
trunk/cont/inc/TClassTable.h
File length: 3325 byte(s)
Diff to
previous 13258
Add a new static function TClassTavle::At
// Returns class at index from sorted class table. Don't use this iterator
// while modifying the class table. The class table can be modified
// when making calls like TClass::GetClass(), etc.
// Returns 0 if index points beyond last class name.
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/TClassTable.h
File length: 3271 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/TClassTable.h
File length: 3274 byte(s)
Diff to
previous 1207
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.
Revision
861 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 2 18:17:54 2000 UTC (14 years, 2 months ago) by
rdm
Original Path:
trunk/cont/inc/TClassTable.h
File length: 2853 byte(s)
Diff to
previous 3
Added argument pragmabits to AddClass(). These bits tell, a.o., if the
Streamer() can be bypassed (in the new automatic I/O implementation).
The bits map to the -!+ options that can be specified in the LinkDef.h
file for each class. The bits can be retrieved with the GetPragmaBits()
method. There is an enum containing constants to test the bits.
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.