| 
    Jpp test-rotations-new
    
   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.   | |
| virtual char * | getAddress (const size_t i) override | 
| Get address.   | |
| template<class T > | |
| void | put (const size_t i, const T &value) | 
| Put value at given index.   | |
Private Attributes | |
| std::vector< T > & | data | 
| const int | offset | 
Template implementation for output.
Definition at line 246 of file JDataFrame.hh.
      
  | 
  inline | 
Constructor.
| data | data | 
| offset | offset | 
Definition at line 255 of file JDataFrame.hh.
      
  | 
  inlineoverridevirtual | 
Get address.
| i | index | 
Implements JROOT::JDataFrame::JOutput.
Definition at line 267 of file JDataFrame.hh.
      
  | 
  inlineinherited | 
Put value at given index.
| i | index | 
| value | value | 
Definition at line 71 of file JDataFrame.hh.
      
  | 
  private | 
Definition at line 273 of file JDataFrame.hh.
      
  | 
  private | 
Definition at line 274 of file JDataFrame.hh.