Epetra_DataAccess Mode enumerable type.
More...
Epetra_DataAccess Mode enumerable type.
◆ Epetra_DataAccess
If set to Copy, user data will be copied at construction. If set to View, user data will be encapsulated and used throughout the life of the object.
| Enumerator |
|---|
| Copy | User data will be copied at construction.
|
| View | User data will be encapsulated and used throughout the life of the object.
|