ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Classes | |
class | ROOT::Meta::Selection::KeepFirstTemplateArguments< I > |
Used to specify the number of arguments to be kept. More... | |
class | ROOT::Meta::Selection::SelectNoInstance |
Used to avoid to select all instances of a template. More... | |
class | ROOT::Meta::Selection::ClassAttributes< classAttributes > |
Used to specify attributes of classes in the "DictSelection" syntax. More... | |
class | ROOT::Meta::Selection::MemberAttributes< memberAttributes > |
Used to specify attributes of data members in the "DictSelection" syntax. More... | |
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Meta | |
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... | |