|
void | ROOT::GetRuleIncludes (std::list< std::string > &result) |
| Get the list of includes specified in the shema rules. More...
|
|
bool | ROOT::HasValidDataMembers (SchemaRuleMap_t &rule, MembersTypeMap_t &members) |
| Check if given rule contains references to valid data members. More...
|
|
bool | ROOT::ParseRule (std::string rule, MembersMap_t &result, std::string &error_string) |
|
void | ROOT::ProcessReadPragma (const char *args) |
| I am being called when a read pragma is encountered. More...
|
|
void | ROOT::ProcessReadRawPragma (const char *args) |
| I am being called then a readraw pragma is encountered. More...
|
|
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"]. More...
|
|
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"]. More...
|
|
void | ROOT::WriteSchemaList (std::list< SchemaRuleMap_t > &rules, const std::string &listName, std::ostream &output) |
| Write schema rules. More...
|
|