Definition at line 21 of file RCreateFieldOptions.hxx.
Public Member Functions | |
bool | GetEmulateUnknownTypes () const |
bool | GetReturnInvalidOnError () const |
void | SetEmulateUnknownTypes (bool v) |
void | SetReturnInvalidOnError (bool v) |
Private 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>
|
inline |
Definition at line 34 of file RCreateFieldOptions.hxx.
|
inline |
Definition at line 31 of file RCreateFieldOptions.hxx.
|
inline |
Definition at line 33 of file RCreateFieldOptions.hxx.
|
inline |
Definition at line 30 of file RCreateFieldOptions.hxx.
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 27 of file RCreateFieldOptions.hxx.
If true, failing to create a field will return a RInvalidField instead of throwing an exception.
Definition at line 24 of file RCreateFieldOptions.hxx.