#include <RcppCommon.h>
#include <RcppDate.h>
#include <RcppDatetime.h>
Go to the source code of this file.
Classes | |
class | RcppFrame |
class | ColDatum |
Enumerations | |
enum | ColType { COLTYPE_DOUBLE, COLTYPE_INT, COLTYPE_STRING, COLTYPE_FACTOR, COLTYPE_LOGICAL, COLTYPE_DATE, COLTYPE_DATETIME } |
enum ColType |
COLTYPE_DOUBLE | |
COLTYPE_INT | |
COLTYPE_STRING | |
COLTYPE_FACTOR | |
COLTYPE_LOGICAL | |
COLTYPE_DATE | |
COLTYPE_DATETIME |
Definition at line 30 of file RcppFrame.h.