Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TBuffer Struct Reference

#include <JRoot.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.hh.

Member Function Documentation

bool TBuffer::IsReading ( )
inline

Definition at line 23 of file JRoot.hh.

23 { return false; }
template<class T >
TBuffer& TBuffer::operator<< ( const T &  )
inline

Definition at line 26 of file JRoot.hh.

26 { return *this; }
template<class T >
TBuffer& TBuffer::operator>> ( T &  )
inline

Definition at line 29 of file JRoot.hh.

29 { return *this; }

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