Interface for output.
More...
|
| virtual | ~JOutput () |
| | Virtual destructor.
|
| |
| virtual char * | getAddress (const size_t i)=0 |
| | Get address.
|
| |
| template<class T > |
| void | put (const size_t i, const T &value) |
| | Put value at given index.
|
| |
Interface for output.
Definition at line 47 of file JDataFrame.hh.
◆ ~JOutput()
| virtual JROOT::JDataFrame::JOutput::~JOutput |
( |
| ) |
|
|
inlinevirtual |
◆ getAddress()
| virtual char * JROOT::JDataFrame::JOutput::getAddress |
( |
const size_t | i | ) |
|
|
pure virtual |
◆ put()
template<class T >
| void JROOT::JDataFrame::JOutput::put |
( |
const size_t | i, |
|
|
const T & | value ) |
|
inline |
Put value at given index.
- Parameters
-
Definition at line 71 of file JDataFrame.hh.
72 {
74 }
virtual char * getAddress(const size_t i)=0
Get address.
The documentation for this struct was generated from the following file: