Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::DictSelectionReader::TemplateInfo Struct Reference

Definition at line 255 of file DictSelectionReader.h.

Public Member Functions

 TemplateInfo ()
 TemplateInfo (int argsToKeep)
 < Class to store the information about templates upon parsing

Public Attributes

int fArgsToKeep = -1
std::unordered_set< std::string > fTransientMembers {}
std::unordered_set< std::string > fUnsplittableMembers {}

Constructor & Destructor Documentation

◆ TemplateInfo() [1/2]

ROOT::Internal::DictSelectionReader::TemplateInfo::TemplateInfo ( int argsToKeep)
inline

< Class to store the information about templates upon parsing

Definition at line 256 of file DictSelectionReader.h.

◆ TemplateInfo() [2/2]

ROOT::Internal::DictSelectionReader::TemplateInfo::TemplateInfo ( )
inline

Definition at line 257 of file DictSelectionReader.h.

Member Data Documentation

◆ fArgsToKeep

int ROOT::Internal::DictSelectionReader::TemplateInfo::fArgsToKeep = -1

Definition at line 258 of file DictSelectionReader.h.

◆ fTransientMembers

std::unordered_set<std::string> ROOT::Internal::DictSelectionReader::TemplateInfo::fTransientMembers {}

Definition at line 259 of file DictSelectionReader.h.

◆ fUnsplittableMembers

std::unordered_set<std::string> ROOT::Internal::DictSelectionReader::TemplateInfo::fUnsplittableMembers {}

Definition at line 260 of file DictSelectionReader.h.


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