Sha256: b7c7697b7693dee8a19c7d8ceaa8cde26974b4976ea7dc5d7631346077e6b544
Contents?: true
Size: 411 Bytes
Versions: 7
Compression:
Stored size: 411 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