Sha256: 5b79d076698dbddc6c2b1d2ac372630435a084fbcd717632ad55b7cb232c37d5
Contents?: true
Size: 398 Bytes
Versions: 7
Compression:
Stored size: 398 Bytes
Contents
/* slotcache.h * Copyright (c) 2011, Peter Ohler * All rights reserved. */ #ifndef SLOT_CACHE_H #define SLOT_CACHE_H #include "ruby.h" typedef struct _slotCache *SlotCache; extern void slot_cache_new(SlotCache *cache); extern VALUE slot_cache_get(SlotCache cache, const char *key, VALUE **slot, const char **keyp); extern void slot_cache_print(SlotCache cache); #endif /* SLOT_CACHE_H */
Version data entries
7 entries across 7 versions & 1 rubygems