Sha256: 8a13ffbbc355ad1da14925cc56667b3730dc858091a336d3ce1b25455b880a57
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
#ifndef MEL_QUARK_HPP #define MEL_QUARK_HPP #include <cstddef> namespace melbourne { typedef size_t quark; enum {QUARK_NOT_FOUND = ~0L}; quark quark_from_string(const char* str); const char* quark_to_string(const quark quark); } #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
melbourne-1.0.1 | ext/melbourne/quark.hpp |
melbourne-1.0.0 | ext/melbourne/quark.hpp |