Logo ROOT   6.08/07
Reference Guide
TSchemaType.h
Go to the documentation of this file.
1 // @(#)root/core:$Id$
2 
3 #ifndef R__TSCHEMATYPE_H
4 #define R__TSCHEMATYPE_H
5 
6 #if !defined(__CINT__)
7 // Avoid clutering the dictionary (in particular with the STL declaration)
8 
9 #include <string>
10 
11 namespace ROOT {
12 namespace Internal {
13  struct TSchemaType {
15  TSchemaType(const char *type, const char *dim) : fType(type),fDimensions(dim) {}
16  TSchemaType(std::string &type, std::string &dim) : fType(type),fDimensions(dim) {}
17  std::string fType;
18  std::string fDimensions;
19  };
20 }
21 }
22 #endif // __CINT__
23 #endif // R__TSCHEMATYPE_H
24 
TSchemaType(const char *type, const char *dim)
Definition: TSchemaType.h:15
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21
TSchemaType(std::string &type, std::string &dim)
Definition: TSchemaType.h:16
int type
Definition: TGX11.cxx:120