|
Rosetta 3.5
|
#include <FragCache.hh>


Public Member Functions | |
| BaseCacheUnitOP | clone () const |
| void | remap_value (BaseCacheUnit const &source, Size source_id, Size new_id) |
| 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_ |
Definition at line 49 of file FragCache.hh.
|
private |
Definition at line 50 of file FragCache.hh.
|
inlinevirtual |
Implements core::fragment::BaseCacheUnit.
Definition at line 52 of file FragCache.hh.
|
inline |
Definition at line 78 of file FragCache.hh.
|
inlinevirtual |
Implements core::fragment::BaseCacheUnit.
Definition at line 56 of file FragCache.hh.
References core::fragment::MapCacheUnit< T >::retrieve(), core::fragment::MapCacheUnit< T >::store(), and core::pack::interaction_graph::T().
|
inline |
Definition at line 63 of file FragCache.hh.
References core::fragment::MapCacheUnit< T >::map_.
Referenced by core::fragment::MapCacheUnit< T >::remap_value().
|
inline |
Definition at line 74 of file FragCache.hh.
References core::fragment::MapCacheUnit< T >::map_.
Referenced by core::fragment::MapCacheUnit< T >::remap_value().
|
private |
Definition at line 78 of file FragCache.hh.
Referenced by core::fragment::MapCacheUnit< T >::retrieve(), and core::fragment::MapCacheUnit< T >::store().
1.8.4