ROOT
6.07/01
Reference Guide
|
Definition at line 190 of file TRDataFrame.h.
Public Member Functions | |
Binding (Rcpp::DataFrame &_df, TString name) | |
Construct a Binding nestead class for facilities with operators. More... | |
Binding (const Binding &obj) | |
Copy constructor for Binding nestead class. More... | |
template<class T > | |
Binding | operator= (T var) |
template method for operator assignation More... | |
Binding | operator= (Binding obj) |
method for operator assignation of Binding class More... | |
template<class T > | |
Binding & | operator>> (T &var) |
Template method for operator >> that lets to use dataframes like streams example: df["v"]>>vector;. More... | |
Binding | operator>> (Binding var) |
template<class T > | |
Binding & | operator<< (T var) |
Template method for operator << that lets to use dataframes like streams example: df["v"]<<vector;. More... | |
template<class T > | |
operator T () | |
template<class T > | |
operator T () const | |
Private Attributes | |
TString | fName |
Rcpp::DataFrame & | fDf |
Friends | |
class | TRDataFrame |
#include <TRDataFrame.h>
|
inline |
Construct a Binding nestead class for facilities with operators.
_df | Rcpp::DataFrame (internal from TDataFrame) |
name | string to use in assignations |
Definition at line 198 of file TRDataFrame.h.
|
inline |
Copy constructor for Binding nestead class.
obj | object with Rcpp::DataFame objecta and string with name |
Definition at line 203 of file TRDataFrame.h.
|
inline |
Definition at line 328 of file TRDataFrame.h.
|
inline |
Definition at line 332 of file TRDataFrame.h.
Template method for operator << that lets to use dataframes like streams example: df["v"]<<vector;.
var | any datatype that can be assigned to dataframe label |
Definition at line 298 of file TRDataFrame.h.
template method for operator assignation
var | any R wrappable datatype |
Definition at line 208 of file TRDataFrame.h.
method for operator assignation of Binding class
obj | other Binding object |
Definition at line 245 of file TRDataFrame.h.
Template method for operator >> that lets to use dataframes like streams example: df["v"]>>vector;.
var | any datatype that can be assigned from dataframe label |
Definition at line 282 of file TRDataFrame.h.
Definition at line 287 of file TRDataFrame.h.
|
friend |
Definition at line 191 of file TRDataFrame.h.
|
private |
Definition at line 339 of file TRDataFrame.h.
Referenced by operator T(), operator<<(), operator=(), and operator>>().
|
private |
Definition at line 338 of file TRDataFrame.h.
Referenced by operator T(), operator<<(), operator=(), and operator>>().