3 #ifndef R__TSCHEMATYPE_H
4 #define R__TSCHEMATYPE_H
14 TSchemaType() =
default;
15 TSchemaType(
const char *type,
const char *dim) : fType(type),fDimensions(dim) {}
16 TSchemaType(
const std::string &type,
const std::string &dim) : fType(type),fDimensions(dim) {}
18 std::string fDimensions;
20 typedef std::map<std::string, std::string> MembersMap_t;
23 #endif // R__TSCHEMATYPE_H