#include "ruby.h"
#include "ruby/st.h"
Go to the source code of this file.
◆ EVIL
◆ GET_PARSER
Value:void rb_raise(VALUE exc, const char *fmt,...)
Definition at line 48 of file parser.h.
◆ GET_PARSER_INIT
Value: TypedData_Get_Struct(
self,
JSON_Parser, &JSON_Parser_type, json)
Definition at line 51 of file parser.h.
◆ MinusInfinity
#define MinusInfinity "-Infinity" |
◆ NEW_TYPEDDATA_WRAPPER
#define NEW_TYPEDDATA_WRAPPER 1 |
◆ option_given_p
◆ UNI_REPLACEMENT_CHAR
#define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD |
◆ UNI_SUR_HIGH_END
#define UNI_SUR_HIGH_END (UTF32)0xDBFF |
◆ UNI_SUR_HIGH_START
#define UNI_SUR_HIGH_START (UTF32)0xD800 |
◆ UNI_SUR_LOW_END
#define UNI_SUR_LOW_END (UTF32)0xDFFF |
◆ UNI_SUR_LOW_START
#define UNI_SUR_LOW_START (UTF32)0xDC00 |
◆ JSON_Parser
◆ UTF16
typedef unsigned short UTF16 |
◆ UTF32
typedef unsigned long UTF32 |
◆ UTF8
typedef unsigned char UTF8 |