| 64 | void replace( const int& index, const T& object ) ; |
| 65 | |
| 66 | inline R_xlen_t length() const { |
| 67 | return ::Rf_xlength(static_cast<const CLASS&>(*this).get__()) ; |
| 68 | } |
| 69 | |
| 70 | inline R_xlen_t size() const { |
| 71 | return ::Rf_xlength(static_cast<const CLASS&>(*this).get__()) ; |