The R Project SVN R

Rev

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

Rev 61820 Rev 62069
Line 343... Line 343...
343
      Otherwise, default methods for the corresponding function would be
343
      Otherwise, default methods for the corresponding function would be
344
      called, resulting in less helpful error messages or (worse still)
344
      called, resulting in less helpful error messages or (worse still)
345
      silently incorrect results.
345
      silently incorrect results.
346
    }
346
    }
347
 
347
 
348
    \item{\code{checkSlotAssignment, checkAtAssignment}:}{
348
    \item{\code{checkSlotAssignment}, \code{checkAtAssignment}:}{
349
      Check that the value provided is allowed for this slot, by
349
      Check that the value provided is allowed for this slot, by
350
      consulting the definition of the class.  Called from the C code
350
      consulting the definition of the class.  Called from the C code
351
      that assigns slots.
351
      that assigns slots.
352
 
352
 
353
      For privileged slots (those that can only be set by accessor
353
      For privileged slots (those that can only be set by accessor