HAsciiSectionRaw
class description - source file - inheritance tree (.pdf)
public:
HAsciiSectionRaw()
HAsciiSectionRaw(const HAsciiSectionRaw& source)
virtual ~HAsciiSectionRaw()
static TClass* Class()
virtual TClass* IsA() const
HAsciiSectionRaw& operator=(const HAsciiSectionRaw& source)
void Reset()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Int_t fKeys - number of keywords identifying columns (number of columns)
Int_t* fpKeyTypeId - array of type of data in given column (-1 - no type
Char_t** fpKeyNames - array of (size fkeys) array of keywords names
Int_t fElements - number of elements in one column
Char_t** fpDataString - string of data (one column)
Int_t** fpDataInt - array of (size fkeys) array of integers
Float_t** fpDataFloat - array of (size fkeys) array of floats
Char_t** fpDataChar - array of (size fkeys) array of chars
Char_t*** fpDataStr - array of (size fkeys) array of pointers to Char_t
Char_t* fpTempString - auxiliary variable
HAsciiSectionRaw
Internal class used only in case of reading data in "raw" format.
It contains information of the structure of raw data like number
of columns, keys (keywords) names, as well as all the data banks.
***************************************************************************
HAsciiSectionRaw()
Default constructor.
~HAsciiSectionRaw()
Destructor. It deletes allocated memory if it was not deleted earlier.
Therefore remember always to put your pointer to NULL after deleting!
HAsciiSectionRaw(const HAsciiSectionRaw& source)
void Reset()
It deletes allocated memory if it was not deleted earlier and resets data.
Inline Functions
HAsciiSectionRaw& operator=(const HAsciiSectionRaw& source)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
Last update: 2001/08/20 by Witold Przygoda
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.