| 
| void  | ROOT::GetRuleIncludes (std::list< std::string > &result) | 
|   | Get the list of includes specified in the shema rules.  
  | 
|   | 
| bool  | ROOT::HasValidDataMembers (SchemaRuleMap_t &rule, MembersTypeMap_t &members, std::string &error_string) | 
|   | Check if given rule contains references to valid data members.  
  | 
|   | 
| bool  | ROOT::ParseRule (std::string command, ROOT::Internal::MembersMap_t &result, std::string &error_string) | 
|   | Parse the schema rule as specified in the LinkDef file.  
  | 
|   | 
| void  | ROOT::ProcessReadPragma (const char *args, std::string &error_string) | 
|   | I am being called when a read pragma is encountered.  
  | 
|   | 
| void  | ROOT::ProcessReadRawPragma (const char *args, std::string &error_string) | 
|   | I am being called then a readraw pragma is encountered.  
  | 
|   | 
| void  | ROOT::WriteReadRawRuleFunc (SchemaRuleMap_t &rule, int index, std::string &mappedName, MembersTypeMap_t &members, std::ostream &output) | 
|   | Write the conversion function for ReadRaw rule, the function name is being written to rule["funcname"].  
  | 
|   | 
| void  | ROOT::WriteReadRuleFunc (SchemaRuleMap_t &rule, int index, std::string &mappedName, MembersTypeMap_t &members, std::ostream &output) | 
|   | Write the conversion function for Read rule, the function name is being written to rule["funcname"].  
  | 
|   | 
| void  | ROOT::WriteSchemaList (std::list< SchemaRuleMap_t > &rules, const std::string &listName, std::ostream &output) | 
|   | Write schema rules.  
  | 
|   |