Sha256: cb58f246ed408c5f3d704942e438f6cb06c9337189a61c4e2c6bbf761e7f0444

Contents?: true

Size: 360 Bytes

Versions: 28

Compression:

Stored size: 360 Bytes

Contents

#ifndef VALUE_ACCESS_H
#define VALUE_ACCESS_H

VALUE method_load_used(VALUE self);

VALUE method_save_used(VALUE self, VALUE value);

VALUE method_get_double(VALUE self, VALUE index);

VALUE method_fetch_entry(VALUE self, VALUE positions, VALUE key, VALUE default_value);

VALUE method_upsert_entry(VALUE self, VALUE positions, VALUE key, VALUE value);

#endif

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
prometheus-client-mmap-0.10.0 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.10 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.9 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.8 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.7 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.6 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.5 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.4 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.3 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.2 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.1 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.1.pre.rc.2 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.1.pre.rc.1 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.0.pre.rc.1 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.9.0 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.7.0.beta45.10 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.7.0.beta45.9 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.7.0.beta45.8 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.7.0.beta45.7 ext/fast_mmaped_file/value_access.h
prometheus-client-mmap-0.7.0.beta45.6 ext/fast_mmaped_file/value_access.h