The R Project SVN R

Rev

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

Rev 37376 Rev 37403
Line 795... Line 795...
795
SEXP R_do_slot_assign(SEXP obj, SEXP name, SEXP value);
795
SEXP R_do_slot_assign(SEXP obj, SEXP name, SEXP value);
796
 
796
 
797
/* class definition, new objects */
797
/* class definition, new objects */
798
SEXP R_do_MAKE_CLASS(char *what);
798
SEXP R_do_MAKE_CLASS(char *what);
799
SEXP R_do_new_object(SEXP class_def);
799
SEXP R_do_new_object(SEXP class_def);
-
 
800
Rboolean R_seemsS4Object(SEXP object);
800
 
801
 
801
/* preserve objects across GCs */
802
/* preserve objects across GCs */
802
void R_PreserveObject(SEXP);
803
void R_PreserveObject(SEXP);
803
void R_ReleaseObject(SEXP);
804
void R_ReleaseObject(SEXP);
804
 
805