![]() |
Rosetta
2021.16
|
#include <FragCache.hh>

Public Member Functions | |
| BaseCacheUnitOP | clone () const override |
| void | remap_value (BaseCacheUnit const &source, Size source_id, Size new_id) override |
| bool | retrieve (core::Size frag_id, T &value) const |
| void | store (Size frag_id, T const &value) |
| void | register_frag_id (Size) |
Private Types | |
| typedef std::map< core::Size, T > | TMap |
Private Attributes | |
| TMap | map_ |
|
private |
|
inlineoverridevirtual |
Implements core::fragment::BaseCacheUnit.
|
inline |
|
inlineoverridevirtual |
Implements core::fragment::BaseCacheUnit.
References core::fragment::MapCacheUnit< T >::retrieve(), and core::fragment::MapCacheUnit< T >::store().
|
inline |
References core::fragment::MapCacheUnit< T >::map_.
Referenced by core::fragment::MapCacheUnit< T >::remap_value().
|
inline |
References core::fragment::MapCacheUnit< T >::map_.
Referenced by core::fragment::MapCacheUnit< T >::remap_value().
|
private |
1.8.7