|
Jpp
19.0.0
the software that should make you happy
|
Template implementation for output. More...
Public Member Functions | |
| JOutput_t (std::vector< T > &data, const int offset) | |
| Constructor. More... | |
| virtual char * | getAddress (const size_t i) override |
| Get address. More... | |
| template<class T > | |
| void | put (const size_t i, const T &value) |
| Put value at given index. More... | |
Private Attributes | |
| std::vector< T > & | data |
| const int | offset |
Template implementation for output.
Definition at line 246 of file JDataFrame.hh.
|
inline |
|
inlineoverridevirtual |
Get address.
| i | index |
Implements JROOT::JDataFrame::JOutput.
Definition at line 267 of file JDataFrame.hh.
|
inlineinherited |
|
private |
Definition at line 273 of file JDataFrame.hh.
|
private |
Definition at line 274 of file JDataFrame.hh.
1.8.5