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

Used in the return value of the Check() method.

Definition at line 607 of file RField.hxx.

Public Attributes

std::string fErrMsg
 Cause of the failure, e.g. unsupported type.
 
std::string fFieldName
 Qualified field name causing the error.
 
std::string fTypeName
 Type name corresponding to the (sub) field.
 

#include <ROOT/RField.hxx>

Member Data Documentation

◆ fErrMsg

std::string ROOT::Experimental::RFieldBase::RCheckResult::fErrMsg

Cause of the failure, e.g. unsupported type.

Definition at line 610 of file RField.hxx.

◆ fFieldName

std::string ROOT::Experimental::RFieldBase::RCheckResult::fFieldName

Qualified field name causing the error.

Definition at line 608 of file RField.hxx.

◆ fTypeName

std::string ROOT::Experimental::RFieldBase::RCheckResult::fTypeName

Type name corresponding to the (sub) field.

Definition at line 609 of file RField.hxx.

Collaboration diagram for ROOT::Experimental::RFieldBase::RCheckResult:
[legend]

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