Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
rootclingIO.h
Go to the documentation of this file.
1// @(#)root/utils:$Id$
2// Author: Axel Naumann, 2014-04-07
3
4/*************************************************************************
5 * Copyright (C) 1995-2014, 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// Provides bindings to TCling (compiled with rtti) from rootcling (compiled
13// without rtti).
14
15
16#ifndef ROOT_ROOTCLINGIO_H_H
17#define ROOT_ROOTCLINGIO_H_H
18
19extern "C" {
21 void AddStreamerInfoToROOTFile(const char *normName);
22 void AddTypedefToROOTFile(const char *tdname);
23 void AddEnumToROOTFile(const char *tdname);
24 bool CloseStreamerInfoROOTFile(bool writeEmptyRootPCM);
25}
26
27#endif //ROOT_ROOTCLINGIO_H_H
auto filename
void AddTypedefToROOTFile(const char *tdname)
bool CloseStreamerInfoROOTFile(bool writeEmptyRootPCM)
void AddEnumToROOTFile(const char *tdname)
void InitializeStreamerInfoROOTFile(const char *filename)
void AddStreamerInfoToROOTFile(const char *normName)