class TFToken


  File:      TFNameSelect.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   08.08.03  first released version


Function Members (Methods)

public:
TFToken()
TFToken(const TFToken&)
~TFToken()
static TClass*Class()
virtual TClass*IsA() const
TFToken&operator=(const TFToken&)
Bool_tSelect(const char* testName)
voidSetName(const char* name)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
char*fBuffername of this token
Bool_tfLeadkTRUE if first character of fBuffer is a *
UInt_tfNumTokennumber of token
char**fTokenarray of token in fBuffer
Bool_tfTrailkTRUE if last character of fBuffer is a *

Class Charts

Inheritance Chart:
TFToken

Function documentation

TFToken(const TFToken& )
~TFToken()
void SetName(const char* name)
 Set the name for this token
Bool_t Select(const char* testName)
 Tests if testName matches the name passed by the function SetName()
TFToken(const TFToken& )
TFFilePath & operator=(const TFToken& )
{ TString::operator=(fileName); return *this;}

Author: (GADC)
Last update: Fri Mar 14 13:55:24 2008

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.