|
Epetra Package Browser (Single Doxygen Collection)
Development
|
Epetra_DataAccess Mode enumerable type. More...

Go to the source code of this file.
Enumerations | |
| enum | Epetra_DataAccess { Copy, View } |
Epetra_DataAccess Mode enumerable type.
Definition in file Epetra_DataAccess.h.
| enum 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. |
Definition at line 55 of file Epetra_DataAccess.h.
1.8.5