Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RCreateFieldOptions Struct Reference

Definition at line 21 of file RCreateFieldOptions.hxx.

Public Attributes

bool fEmulateUnknownTypes = false
 If true, fields with a user defined type that have no available dictionaries will be reconstructed as record fields from the on-disk information; otherwise, they will cause an error.
 
bool fReturnInvalidOnError = false
 If true, failing to create a field will return a RInvalidField instead of throwing an exception.
 

#include <ROOT/RCreateFieldOptions.hxx>

Member Data Documentation

◆ fEmulateUnknownTypes

bool ROOT::Experimental::RCreateFieldOptions::fEmulateUnknownTypes = false

If true, fields with a user defined type that have no available dictionaries will be reconstructed as record fields from the on-disk information; otherwise, they will cause an error.

Definition at line 26 of file RCreateFieldOptions.hxx.

◆ fReturnInvalidOnError

bool ROOT::Experimental::RCreateFieldOptions::fReturnInvalidOnError = false

If true, failing to create a field will return a RInvalidField instead of throwing an exception.

Definition at line 23 of file RCreateFieldOptions.hxx.

Collaboration diagram for ROOT::Experimental::RCreateFieldOptions:
[legend]

The documentation for this struct was generated from the following file: