Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RConversionRuleParser.h File Reference
#include <list>
#include <map>
#include <string>
#include <ostream>
#include "RConfigure.h"
#include "TSchemaType.h"
#include "DllImport.h"
Include dependency graph for RConversionRuleParser.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Typedefs

typedef std::map< std::string, ROOT::Internal::TSchemaTypeROOT::MembersTypeMap_t
 
typedef std::map< std::string, std::list< SchemaRuleMap_t > > ROOT::SchemaRuleClassMap_t
 
typedef std::map< std::string, std::string > ROOT::SchemaRuleMap_t
 

Functions

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.
 

Variables

R__EXTERN SchemaRuleClassMap_t ROOT::gReadRawRules
 
R__EXTERN SchemaRuleClassMap_t ROOT::gReadRules