Gets/sets the buffer holding the array data.
| 352 | |
| 353 | // Gets/sets the buffer holding the array data. |
| 354 | char* buffer() const { return buffer_; } |
| 355 | void set_buffer(char* buffer) { buffer_ = buffer; } |
| 356 | |
| 357 | // Gets or sets the subshape of this piece. This reference points to a |
no outgoing calls