Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
TBuffer Struct Reference

#include <JROOT_t.hh>

Public Member Functions

bool IsReading ()
 
template<class T >
TBufferoperator<< (const T &)
 
template<class T >
TBufferoperator>> (T &)
 

Detailed Description

Definition at line 21 of file JROOT_t.hh.

Member Function Documentation

◆ IsReading()

bool TBuffer::IsReading ( )
inline

Definition at line 23 of file JROOT_t.hh.

23{ return false; }

◆ operator<<()

template<class T >
TBuffer & TBuffer::operator<< ( const T & )
inline

Definition at line 26 of file JROOT_t.hh.

26{ return *this; }

◆ operator>>()

template<class T >
TBuffer & TBuffer::operator>> ( T & )
inline

Definition at line 29 of file JROOT_t.hh.

29{ return *this; }

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