#include <RestartManager.h>

Public Member Functions | |
| auto | getData () |
| uint64_t | getHash () const |
| std::shared_ptr< TYPE > | read (hid_t fid, const std::string &name, RestartManager *) const override |
| SAMRAIDataStore (hid_t fid, uint64_t hash, RestartManager *manager) | |
| SAMRAIDataStore (std::shared_ptr< const TYPE >, RestartManager *) | |
| void | write (hid_t fid, const std::string &name) const override |
| virtual | ~SAMRAIDataStore ()=default |
Protected Attributes | |
| std::shared_ptr< const TYPE > | d_data |
| uint64_t | d_hash = 0 |
Definition at line 170 of file RestartManager.h.
| AMP::IO::RestartManager::SAMRAIDataStore< TYPE >::SAMRAIDataStore | ( | hid_t | fid, |
| uint64_t | hash, | ||
| RestartManager * | manager | ||
| ) |
| AMP::IO::RestartManager::SAMRAIDataStore< TYPE >::SAMRAIDataStore | ( | std::shared_ptr< const TYPE > | , |
| RestartManager * | |||
| ) |
|
virtualdefault |
|
inlineinherited |
Definition at line 161 of file RestartManager.h.
References AMP::IO::RestartManager::DataStoreType< TYPE >::d_data.
|
inlineinherited |
Definition at line 143 of file RestartManager.h.
References AMP::IO::RestartManager::DataStore::d_hash.
|
overridevirtual |
Reimplemented from AMP::IO::RestartManager::DataStoreType< TYPE >.
|
overridevirtual |
Reimplemented from AMP::IO::RestartManager::DataStoreType< TYPE >.
|
protectedinherited |
Definition at line 165 of file RestartManager.h.
Referenced by AMP::IO::RestartManager::DataStoreType< TYPE >::getData().
|
protectedinherited |
Definition at line 147 of file RestartManager.h.
Referenced by AMP::IO::RestartManager::DataStore::getHash().
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |