Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::TSchemaType Struct Reference

Definition at line 13 of file TSchemaType.h.

Public Member Functions

 TSchemaType ()=default
 TSchemaType (const char *type, const char *dim)
 TSchemaType (const std::string &type, const std::string &dim)

Public Attributes

std::string fDimensions
std::string fType

#include </home/stephan/code/root-2/core/foundation/res/TSchemaType.h>

Constructor & Destructor Documentation

◆ TSchemaType() [1/3]

ROOT::Internal::TSchemaType::TSchemaType ( )
default

◆ TSchemaType() [2/3]

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

Definition at line 15 of file TSchemaType.h.

◆ TSchemaType() [3/3]

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

Definition at line 16 of file TSchemaType.h.

Member Data Documentation

◆ fDimensions

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

Definition at line 18 of file TSchemaType.h.

◆ fType

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: