Epetra_CrsGraphData: The Epetra CrsGraph Data Class. More...
#include <Epetra_CrsGraphData.h>


Classes | |
| struct | IndexData< int > |
| struct | IndexData< long long > |
Friends | |
| class | Epetra_CrsGraph |
| class | Epetra_FECrsGraph |
| class | Epetra_CrsMatrix |
Additional Inherited Members | |
Protected Member Functions inherited from Epetra_Data | |
| Epetra_Data () | |
| Epetra_Data Serial Constructor. | |
| Epetra_Data (const Epetra_Data &Data) | |
| Epetra_Data Copy Constructor. More... | |
| virtual | ~Epetra_Data () |
| Epetra_Data Destructor. | |
| void | IncrementReferenceCount () |
| Increment reference count. | |
| void | DecrementReferenceCount () |
| Decrement reference count. | |
| int | ReferenceCount () const |
| Get reference count. | |
Protected Attributes inherited from Epetra_Data | |
| int | ReferenceCount_ |
Epetra_CrsGraphData: The Epetra CrsGraph Data Class.
The Epetra_CrsGraphData class is an implementation detail of Epetra_CrsGraph. It is reference-counted, and can be shared by multiple Epetra_CrsGraph instances. It derives from Epetra_Data, and inherits reference-counting from it.
1.8.5