Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RootMetaSelection.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Meta::Selection::ClassAttributes< classAttributes >
 Used to specify attributes of classes in the "DictSelection" syntax. More...
 
class  ROOT::Meta::Selection::KeepFirstTemplateArguments< I >
 Used to specify the number of arguments to be kept. More...
 
class  ROOT::Meta::Selection::MemberAttributes< memberAttributes >
 Used to specify attributes of data members in the "DictSelection" syntax. More...
 
class  ROOT::Meta::Selection::SelectNoInstance
 Used to avoid to select all instances of a template. More...
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Meta
 
namespace  ROOT::Meta::Selection
 

Enumerations

enum  ROOT::Meta::Selection::EClassAttributes { ROOT::Meta::Selection::kClassNullProperty = 0 }
 Describes the attributes of a class. More...
 
enum  ROOT::Meta::Selection::EClassMemberAttributes {
  ROOT::Meta::Selection::kMemberNullProperty = 0 , ROOT::Meta::Selection::kTransient = 2 , ROOT::Meta::Selection::kAutoSelected = 4 , ROOT::Meta::Selection::kNoAutoSelected = 8 ,
  ROOT::Meta::Selection::kNonSplittable = 16
}
 Describes attributes of a data member. More...