Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.22
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
TRootIOCtor.h
Go to the documentation of this file.
1
// @(#)root/meta:$Id$
2
// Author: Philippe Canal 15/03/2005
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
#ifndef ROOT_TRootIOCtor
13
#define ROOT_TRootIOCtor
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// TRootIOCtor //
18
// //
19
// Helper class used to mark a constructor to be used by ROOT instead //
20
// of the default constructor. //
21
// If rootcint sees in a class declaration of the class MyClass: //
22
// MyClass(TRootIOCtor*); //
23
// This constructor will be used instead of the default constructor. //
24
// //
25
// Also the pragma: //
26
// #pragma link C++ ioctortype MyMarker; //
27
// can be used to tell rootcint that a constuctor taking a MyMarker* //
28
// should be used whenever available. //
29
// //
30
//////////////////////////////////////////////////////////////////////////
31
32
class
TRootIOCtor
33
{
34
// For now intentionally empty.
35
};
36
37
#endif
TRootIOCtor
Definition:
TRootIOCtor.h:33
core
base
inc
TRootIOCtor.h
ROOT v6-22 - Reference Guide Generated on Fri Apr 1 2022 11:50:24 (GVA Time) using Doxygen 1.9.4