From 40e561cc553c808af8c5b5392f1fd74eacdd94b2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 7 Nov 2018 09:46:08 -0800 Subject: Added convinience Key/Value typedefs to ptrs. --- src/unstable/cachebase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h index 4f83fea..28b343b 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h @@ -191,6 +191,9 @@ namespace Bu } public: + typedef keytype Key; + typedef obtype Value; + CachePtr() : pCache( NULL ), pEnt( NULL ), -- cgit v1.2.3