1 #ifndef BRIO_DETAIL_TARRAYCMOD_H 3 #define BRIO_DETAIL_TARRAYCMOD_H 16 #pragma clang diagnostic push 17 #pragma clang diagnostic ignored "-Wc++11-long-long" 23 #pragma clang diagnostic pop 42 Double_t
GetAt(Int_t )
const {
return 0.0;}
43 void SetAt(Double_t , Int_t ) {
return;}
47 void _Streamer_(TBuffer &b);
51 #endif // BRIO_DETAIL_TARRAYCMOD_H
Int_t fCapacity
Do not store the capacity.
Definition: TArrayCMod.h:32
Double_t GetAt(Int_t) const
Definition: TArrayCMod.h:42
void SetAt(Double_t, Int_t)
Definition: TArrayCMod.h:43
The internal ROOT I/O buffer of bytes.
Definition: TArrayCMod.h:27
Char_t * fArray
Array of bytes.
Definition: TArrayCMod.h:31