public interface OctaveObject
| Modifier and Type | Method and Description |
|---|---|
OctaveObject |
shallowCopy()
Make a shallow copy of this object.
|
OctaveObject shallowCopy()
OctaveObject is returned from a getter,
e.g. on OctaveStruct or OctaveStruct,
a shallow copy is returned in order to follow the way octave behaves.
This method is used to make that copy.Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.