Definition at line 18 of file RCreateFieldOptions.hxx.
|
| 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>
◆ GetEmulateUnknownTypes()
| bool ROOT::RCreateFieldOptions::GetEmulateUnknownTypes |
( |
| ) |
const |
|
inline |
◆ GetReturnInvalidOnError()
| bool ROOT::RCreateFieldOptions::GetReturnInvalidOnError |
( |
| ) |
const |
|
inline |
◆ SetEmulateUnknownTypes()
| void ROOT::RCreateFieldOptions::SetEmulateUnknownTypes |
( |
bool | v | ) |
|
|
inline |
◆ SetReturnInvalidOnError()
| void ROOT::RCreateFieldOptions::SetReturnInvalidOnError |
( |
bool | v | ) |
|
|
inline |
◆ fEmulateUnknownTypes
| bool ROOT::RCreateFieldOptions::fEmulateUnknownTypes = false |
|
private |
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 24 of file RCreateFieldOptions.hxx.
◆ fReturnInvalidOnError
| bool ROOT::RCreateFieldOptions::fReturnInvalidOnError = false |
|
private |
If true, failing to create a field will return a RInvalidField instead of throwing an exception.
Definition at line 21 of file RCreateFieldOptions.hxx.
The documentation for this struct was generated from the following file: