Sha256: b6a3b557f47b61701e360084542f798e726c90ac59e598b6bc2a611616f98db6

Contents?: true

Size: 525 Bytes

Versions: 9

Compression:

Stored size: 525 Bytes

Contents

#include "config.h"

#ifndef _RP_ERROR_H_
#include "rp_error.h"
#endif

#ifndef _RTOP_H_
#define _RTOP_H_
PyObject* rtop_string(VALUE rString);
PyObject* rtop_array_list(VALUE rArray);
PyObject* rtop_array_tuple(VALUE rArray);
PyObject* rtop_hash(VALUE rHash);
PyObject* rtop_fixnum(VALUE rNum);
PyObject* rtop_bignum(VALUE rNum);
PyObject* rtop_float(VALUE rNum);
PyObject* rtop_false(void);
PyObject* rtop_true(void);
PyObject* rtop_symbol(VALUE rSymbol);

PyObject* rtop_obj(VALUE rObj,int is_key);

#endif /* _RTOP_H_ */

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubypython-0.2.8 ext/rubypython_bridge/rtop.h
rubypython-0.2.7 ext/rubypython_bridge/rtop.h
rubypython-0.2.0 ext/rubypython_bridge/rtop.h
rubypython-0.2.1 ext/rubypython_bridge/rtop.h
rubypython-0.2.6 ext/rubypython_bridge/rtop.h
rubypython-0.2.5 ext/rubypython_bridge/rtop.h
rubypython-0.2.2 ext/rubypython_bridge/rtop.h
rubypython-0.2.3 ext/rubypython_bridge/rtop.h
rubypython-0.2.4 ext/rubypython_bridge/rtop.h