Definition at line 25 of file VariableSelectionRule.h.
Public Types | |
| typedef std::unordered_map< std::string, std::string > | AttributesMap_t |
| enum | EMatchType { kName , kPattern , kFile , kNoMatch } |
| enum | ESelect { kYes , kNo , kDontCare } |
Public Member Functions | |
| VariableSelectionRule (ESelect sel) | |
| VariableSelectionRule (long index, cling::Interpreter &interp, const char *selFileName="", long lineno=-1) | |
| VariableSelectionRule (long index, ESelect sel, std::string attributeName, std::string attributeValue, cling::Interpreter &interp, const char *selFileName="", long lineno=1) | |
| virtual void | DebugPrint () const |
| void | FillCache () |
| const std::string & | GetAttributeFileName () const |
| const std::string & | GetAttributeFilePattern () const |
| const std::string & | GetAttributeName () const |
| const std::string & | GetAttributeNArgsToKeep () const |
| const std::string & | GetAttributePattern () const |
| const std::string & | GetAttributeProtoName () const |
| const std::string & | GetAttributeProtoPattern () const |
| const AttributesMap_t & | GetAttributes () const |
| bool | GetAttributeValue (const std::string &attributeName, std::string &returnValue) const |
| const clang::CXXRecordDecl * | GetCXXRecordDecl () const |
| long | GetIndex () const |
| long | GetLineNumber () const |
| bool | GetMatchFound () const |
| const clang::Type * | GetRequestedType () const |
| ESelect | GetSelected () const |
| const char * | GetSelFileName () const |
| bool | HasAttributeFileName () const |
| bool | HasAttributeFilePattern () const |
| bool | HasAttributeFromTypedef () const |
| bool | HasAttributeName () const |
| bool | HasAttributePattern () const |
| bool | HasAttributeProtoName () const |
| bool | HasAttributeProtoPattern () const |
| bool | HasAttributeWithName (const std::string &attributeName) const |
| bool | HasInterpreter () const |
| bool | IsFromTypedef () const |
| EMatchType | Match (const clang::NamedDecl *decl, const std::string &name, const std::string &prototype, bool isLinkdef) const |
| void | Print (std::ostream &out) const final |
| void | PrintAttributes (int level) const |
| void | PrintAttributes (std::ostream &out, int level) const |
| void | SetAttributeValue (const std::string &attributeName, const std::string &attributeValue) |
| void | SetCXXRecordDecl (const clang::CXXRecordDecl *decl, const clang::Type *typeptr) |
| void | SetIndex (long index) |
| void | SetInterpreter (cling::Interpreter &interp) |
| void | SetMatchFound (bool match) |
| void | SetSelected (ESelect sel) |
Protected Member Functions | |
| bool | CheckPattern (const std::string &test, const std::string &pattern, const std::list< std::string > &patterns_list, bool isLinkdef) const |
| void | ProcessPattern (const std::string &pattern, std::list< std::string > &out) const |
Private Attributes | |
| AttributesMap_t | fAttributes |
| const clang::CXXRecordDecl * | fCXXRecordDecl |
| std::string | fFileName = "" |
| std::string | fFilePattern = "" |
| std::list< std::string > | fFileSubPatterns |
| bool | fHasFileNameAttribute = false |
| bool | fHasFilePatternAttribute = false |
| bool | fHasFromTypedefAttribute = false |
| bool | fHasNameAttribute = false |
| bool | fHasPatternAttribute = false |
| bool | fHasProtoNameAttribute = false |
| bool | fHasProtoPatternAttribute = false |
| long | fIndex |
| cling::Interpreter * | fInterp |
| bool | fIsFromTypedef = false |
| ESelect | fIsSelected |
| long | fLineNumber =-1 |
| bool | fMatchFound |
| std::string | fName = "" |
| std::string | fNArgsToKeep = "" |
| std::string | fPattern = "" |
| std::string | fProtoName = "" |
| std::string | fProtoPattern = "" |
| const clang::Type * | fRequestedType |
| std::string | fSelFileName ="" |
| std::list< std::string > | fSubPatterns |
#include </home/stephan/code/root-2/core/dictgen/res/VariableSelectionRule.h>
|
inherited |
Definition at line 41 of file BaseSelectionRule.h.
|
inherited |
| Enumerator | |
|---|---|
| kName | |
| kPattern | |
| kFile | |
| kNoMatch | |
Definition at line 48 of file BaseSelectionRule.h.
|
inherited |
| Enumerator | |
|---|---|
| kYes | |
| kNo | |
| kDontCare | |
Definition at line 43 of file BaseSelectionRule.h.
|
inline |
Definition at line 28 of file VariableSelectionRule.h.
|
inline |
Definition at line 29 of file VariableSelectionRule.h.
|
inline |
Definition at line 30 of file VariableSelectionRule.h.
|
inlineprotectedinherited |
Definition at line 444 of file BaseSelectionRule.cxx.
|
virtualinherited |
Definition at line 155 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 536 of file BaseSelectionRule.cxx.
|
inlineinherited |
Definition at line 122 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 125 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 110 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 131 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 116 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 113 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 119 of file BaseSelectionRule.h.
|
inherited |
Definition at line 150 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 116 of file BaseSelectionRule.cxx.
|
inlineinherited |
Definition at line 151 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 98 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 101 of file BaseSelectionRule.h.
|
inherited |
Definition at line 520 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 525 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 103 of file BaseSelectionRule.cxx.
|
inlineinherited |
Definition at line 102 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 123 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 126 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 129 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 111 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 117 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 114 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 120 of file BaseSelectionRule.h.
|
inherited |
Definition at line 108 of file BaseSelectionRule.cxx.
|
inlineinherited |
Definition at line 138 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 128 of file BaseSelectionRule.h.
|
inherited |
Definition at line 185 of file BaseSelectionRule.cxx.
|
finalvirtual |
Implements BaseSelectionRule.
Definition at line 21 of file VariableSelectionRule.cxx.
|
inherited |
Definition at line 178 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 160 of file BaseSelectionRule.cxx.
|
inlineprotectedinherited |
Definition at line 372 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 125 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 530 of file BaseSelectionRule.cxx.
|
inlineinherited |
Definition at line 99 of file BaseSelectionRule.h.
|
inlineinherited |
Definition at line 139 of file BaseSelectionRule.h.
|
inherited |
Definition at line 515 of file BaseSelectionRule.cxx.
|
inherited |
Definition at line 98 of file BaseSelectionRule.cxx.
|
privateinherited |
Definition at line 59 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 64 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 73 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 74 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 62 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 80 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 81 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 82 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 76 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 78 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 77 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 79 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 56 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 66 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 83 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 60 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 57 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 63 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 69 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 75 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 70 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 71 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 72 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 65 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 58 of file BaseSelectionRule.h.
|
privateinherited |
Definition at line 61 of file BaseSelectionRule.h.