ROOT
6.07/01
Reference Guide
|
Definition at line 13 of file TSchemaType.h.
Public Member Functions | |
TSchemaType () | |
TSchemaType (const char *type, const char *dim) | |
TSchemaType (std::string &type, std::string &dim) | |
Public Attributes | |
std::string | fType |
std::string | fDimensions |
#include <TSchemaType.h>
|
inline |
Definition at line 14 of file TSchemaType.h.
|
inline |
Definition at line 15 of file TSchemaType.h.
|
inline |
Definition at line 16 of file TSchemaType.h.
std::string ROOT::Internal::TSchemaType::fDimensions |
Definition at line 18 of file TSchemaType.h.
Referenced by ROOT::WriteAutoVariables().
std::string ROOT::Internal::TSchemaType::fType |
Definition at line 17 of file TSchemaType.h.
Referenced by ROOT::WriteAutoVariables().