RcppFrame

Langue: en

Version: 299318 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RcppFrame -

SYNOPSIS


#include <Rcpp.h>

Public Member Functions


RcppFrame (SEXP df)

RcppFrame (std::vector< std::string > colNames)

std::vector< std::string > & getColNames ()

std::vector< std::vector< ColDatum > > & getTableData ()

void addRow (std::vector< ColDatum > rowData)

int rows ()

int cols ()

Private Attributes


std::vector< std::string > colNames

std::vector< std::vector< ColDatum > > table

Detailed Description

Definition at line 285 of file Rcpp.h.

Constructor & Destructor Documentation

RcppFrame::RcppFrame (SEXP df)

Definition at line 50 of file Rcpp.cpp.

References colNames, and table.

RcppFrame::RcppFrame (std::vector< std::string > colNames) [inline]

Definition at line 290 of file Rcpp.h.

Member Function Documentation

std::vector<std::string>& RcppFrame::getColNames () [inline]

Definition at line 294 of file Rcpp.h.

References colNames.

Referenced by RcppResultSet::add().

std::vector<std::vector<ColDatum> >& RcppFrame::getTableData () [inline]

Definition at line 295 of file Rcpp.h.

References table.

Referenced by RcppResultSet::add().

void RcppFrame::addRow (std::vector< ColDatum > rowData) [inline]

Definition at line 296 of file Rcpp.h.

References colNames, and table.

Referenced by Rcpp_Example().

int RcppFrame::rows () [inline]

Definition at line 314 of file Rcpp.h.

References table.

int RcppFrame::cols () [inline]

Definition at line 315 of file Rcpp.h.

References table.

Member Data Documentation

std::vector<std::string> RcppFrame::colNames [private]

Definition at line 286 of file Rcpp.h.

Referenced by addRow(), getColNames(), and RcppFrame().

std::vector<std::vector<ColDatum> > RcppFrame::table [private]

Definition at line 287 of file Rcpp.h.

Referenced by addRow(), cols(), getTableData(), RcppFrame(), and rows().

Author

Generated automatically by Doxygen for Rcpp from the source code.