Transform a NULL terminated C string branch into an std::string field. 
Definition at line 197 of file RNTupleImporter.hxx.
Public Member Functions | |
| RCStringTransformation (std::size_t b, std::size_t f) | |
| ~RCStringTransformation () override=default | |
| RResult< void > | Transform (const RImportBranch &branch, RImportField &field) final | 
  Public Member Functions inherited from ROOT::Experimental::RNTupleImporter::RImportTransformation | |
| RImportTransformation (std::size_t branchIdx, std::size_t fieldIdx) | |
| virtual | ~RImportTransformation ()=default | 
Additional Inherited Members | |
  Public Attributes inherited from ROOT::Experimental::RNTupleImporter::RImportTransformation | |
| std::size_t | fImportBranchIdx = 0 | 
| std::size_t | fImportFieldIdx = 0 | 
      
  | 
  inline | 
Definition at line 198 of file RNTupleImporter.hxx.
      
  | 
  overridedefault | 
      
  | 
  finalvirtual | 
Implements ROOT::Experimental::RNTupleImporter::RImportTransformation.
Definition at line 73 of file RNTupleImporter.cxx.