Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Internal::TSchemaType Struct Reference

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 fDimensions
 
std::string fType
 

#include <TSchemaType.h>

Constructor & Destructor Documentation

ROOT::Internal::TSchemaType::TSchemaType ( )
inline

Definition at line 14 of file TSchemaType.h.

ROOT::Internal::TSchemaType::TSchemaType ( const char *  type,
const char *  dim 
)
inline

Definition at line 15 of file TSchemaType.h.

ROOT::Internal::TSchemaType::TSchemaType ( std::string &  type,
std::string &  dim 
)
inline

Definition at line 16 of file TSchemaType.h.

Member Data Documentation

std::string ROOT::Internal::TSchemaType::fDimensions

Definition at line 18 of file TSchemaType.h.

std::string ROOT::Internal::TSchemaType::fType

Definition at line 17 of file TSchemaType.h.


The documentation for this struct was generated from the following file: