Kagome
Polkadot Runtime Engine in C++17
tools::containers Namespace Reference

Classes

struct  CacheUnit
 
struct  ObjectsCache
 
struct  ObjectsCacheManager
 
struct  ObjectsCacheManager< T >
 
struct  ObjsCacheDefAlloc
 

Detailed Description

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0


Class Documentation

struct tools::containers::CacheUnit

template<typename T>
struct tools::containers::CacheUnit< T >

Cache item entry.

Template Parameters
Tis the type of the objects to be contained in cache.

Definition at line 119 of file objects_cache.hpp.

Collaboration diagram for tools::containers::CacheUnit< T >:
Class Members
typedef typename
remove_pointer< typename decay
< T >::type >::type
Type