Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TStringLong.h File Reference
#include "TString.h"
Include dependency graph for TStringLong.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TStringLong
 ATTENTION: this class is obsolete. More...
 

Functions

virtual ~TStringLong ()
 
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
void FillBuffer (char *&buffer) const override
 
TClassIsA () const override
 
TStringLong TString R__ALWAYS_SUGGEST_ALTERNATIVE ("TString")
 
void ReadBuffer (char *&buffer) override
 
Int_t Sizeof () const override
 
void Streamer (TBuffer &) override
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
 TStringLong ()
 
 TStringLong (char c)
 
 TStringLong (char c, Ssiz_t s)
 
 TStringLong (const char *s)
 
 TStringLong (const char *s, Ssiz_t n)
 
 TStringLong (const TString &s)
 
 TStringLong (const TSubString &sub)
 
 TStringLong (Ssiz_t ic)
 

Function Documentation

◆ ~TStringLong()

virtual R__ALWAYS_SUGGEST_ALTERNATIVE::~TStringLong ( )
virtual

◆ Class()

static TClass * R__ALWAYS_SUGGEST_ALTERNATIVE::Class ( )
static
Returns
TClass describing this class

Definition at line 29 of file Class.C.

◆ Class_Name()

static const char * R__ALWAYS_SUGGEST_ALTERNATIVE::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t R__ALWAYS_SUGGEST_ALTERNATIVE::Class_Version ( )
staticconstexpr
Returns
Version of this class

Definition at line 20 of file TStringLong.h.

◆ DeclFileName()

static const char * R__ALWAYS_SUGGEST_ALTERNATIVE::DeclFileName ( )
static
Returns
Name of the file containing the class declaration

Definition at line 20 of file TStringLong.h.

◆ FillBuffer()

void R__ALWAYS_SUGGEST_ALTERNATIVE::FillBuffer ( char *&  buffer) const
override

◆ IsA()

TClass * R__ALWAYS_SUGGEST_ALTERNATIVE::IsA ( ) const
override
Returns
TClass describing current object

Definition at line 20 of file TStringLong.h.

◆ R__ALWAYS_SUGGEST_ALTERNATIVE()

TStringLong TString R__ALWAYS_SUGGEST_ALTERNATIVE ( "TString"  )

◆ ReadBuffer()

void R__ALWAYS_SUGGEST_ALTERNATIVE::ReadBuffer ( char *&  buffer)
override

◆ Sizeof()

Int_t R__ALWAYS_SUGGEST_ALTERNATIVE::Sizeof ( ) const
override

◆ Streamer()

void R__ALWAYS_SUGGEST_ALTERNATIVE::Streamer ( TBuffer )
override

◆ StreamerNVirtual()

void R__ALWAYS_SUGGEST_ALTERNATIVE::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)

Definition at line 20 of file TStringLong.h.

◆ TStringLong() [1/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( )

Definition at line 87 of file TString.h.

◆ TStringLong() [2/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( char  c)

◆ TStringLong() [3/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( char  c,
Ssiz_t  s 
)

◆ TStringLong() [4/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( const char *  s)

◆ TStringLong() [5/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( const char *  s,
Ssiz_t  n 
)

◆ TStringLong() [6/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( const TString s)

◆ TStringLong() [7/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( const TSubString sub)

◆ TStringLong() [8/8]

R__ALWAYS_SUGGEST_ALTERNATIVE::TStringLong ( Ssiz_t  ic)