Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | List of all members
TArrayCMod Class Reference

The internal ROOT I/O buffer of bytes. More...

#include <bayeux/brio/detail/TArrayCMod.h>

Inheritance diagram for TArrayCMod:

Public Member Functions

 TArrayCMod ()
 
virtual ~TArrayCMod ()
 
void Reserve (Int_t n)
 
void Clear ()
 
void Set (Int_t n)
 
Double_t GetAt (Int_t) const
 
void SetAt (Double_t, Int_t)
 

Public Attributes

Char_t * fArray
 Array of bytes. More...
 
Int_t fCapacity
 Do not store the capacity. More...
 

Detailed Description

The internal ROOT I/O buffer of bytes.

Constructor & Destructor Documentation

◆ TArrayCMod()

TArrayCMod::TArrayCMod ( )

◆ ~TArrayCMod()

virtual TArrayCMod::~TArrayCMod ( )
virtual

Member Function Documentation

◆ Clear()

void TArrayCMod::Clear ( )

◆ GetAt()

Double_t TArrayCMod::GetAt ( Int_t  ) const
inline

◆ Reserve()

void TArrayCMod::Reserve ( Int_t  n)

◆ Set()

void TArrayCMod::Set ( Int_t  n)

◆ SetAt()

void TArrayCMod::SetAt ( Double_t  ,
Int_t   
)
inline

Member Data Documentation

◆ fArray

Char_t* TArrayCMod::fArray

Array of bytes.

◆ fCapacity

Int_t TArrayCMod::fCapacity

Do not store the capacity.


The documentation for this class was generated from the following file: