Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
RCreateFieldOptions.hxx
Go to the documentation of this file.
1/// \file ROOT/RCreateFieldOptions.hxx
2/// \ingroup NTuple
3/// \author Giacomo Parolini <giacomo.parolini@cern.ch>
4/// \date 2024-12-17
5
6/*************************************************************************
7 * Copyright (C) 1995-2024, Rene Brun and Fons Rademakers. *
8 * All rights reserved. *
9 * *
10 * For the licensing terms see $ROOTSYS/LICENSE. *
11 * For the list of contributors see $ROOTSYS/README/CREDITS. *
12 *************************************************************************/
13
14#ifndef ROOT_RCreateFieldOptions
15#define ROOT_RCreateFieldOptions
16
17namespace ROOT {
18
20private:
21 /// If true, failing to create a field will return a RInvalidField instead of throwing an exception.
23 /// If true, fields with a user defined type that have no available dictionaries will be reconstructed
24 /// as record fields from the on-disk information; otherwise, they will cause an error.
26
27public:
30
33};
34
35} // namespace ROOT
36
37#endif
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
bool fEmulateUnknownTypes
If true, fields with a user defined type that have no available dictionaries will be reconstructed as...
bool fReturnInvalidOnError
If true, failing to create a field will return a RInvalidField instead of throwing an exception.