TSubString


class description - source file - inheritance tree

class TSubString

    private:
TSubString(const TString& s, Ssiz_t start, Ssiz_t len) protected:
void AssertElement(Ssiz_t i) const void SubStringError(Ssiz_t, Ssiz_t, Ssiz_t) const public:
TSubString(const TSubString& s) ~TSubString() const char* Data() const Bool_t IsNull() const Ssiz_t Length() const int operator!() const char& operator()(Ssiz_t i) char operator()(Ssiz_t i) const TSubString& operator=(const char* s) TSubString& operator=(const TString& s) char operator[](Ssiz_t i) const char& operator[](Ssiz_t i) Ssiz_t Start() const void ToLower() void ToUpper()

Data Members

    private:
TString* fStr Referenced string Ssiz_t fBegin Index of starting character Ssiz_t fExtent Length of TSubString

Class Description



Last update: Fri May 14 13:32:44 2004


ROOT page - Class index - 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.