The R Project SVN R

Rev

Rev 6201 | Rev 6483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6201 Rev 6324
Line 160... Line 160...
160
#define LENGTH(x)	((x)->u.vecsxp.length)
160
#define LENGTH(x)	((x)->u.vecsxp.length)
161
#define TRUELENGTH(x)	((x)->u.vecsxp.truelength)
161
#define TRUELENGTH(x)	((x)->u.vecsxp.truelength)
162
#define CHAR(x)		((x)->u.vecsxp.type.c)
162
#define CHAR(x)		((x)->u.vecsxp.type.c)
163
#define STRING(x)	((x)->u.vecsxp.type.s)
163
#define STRING(x)	((x)->u.vecsxp.type.s)
164
#define LOGICAL(x)	((x)->u.vecsxp.type.i)
164
#define LOGICAL(x)	((x)->u.vecsxp.type.i)
165
#define FACTOR(x)	((x)->u.vecsxp.type.i)
-
 
166
#define INTEGER(x)	((x)->u.vecsxp.type.i)
165
#define INTEGER(x)	((x)->u.vecsxp.type.i)
167
#define REAL(x)		((x)->u.vecsxp.type.f)
166
#define REAL(x)		((x)->u.vecsxp.type.f)
168
#define COMPLEX(x)	((x)->u.vecsxp.type.z)
167
#define COMPLEX(x)	((x)->u.vecsxp.type.z)
169
#define LEVELS(x)	((x)->sxpinfo.gp)
168
#define LEVELS(x)	((x)->sxpinfo.gp)
170
#define VECTOR(x)	((x)->u.vecsxp.type.s)
169
#define VECTOR(x)	((x)->u.vecsxp.type.s)