Sha256: ac7865d8c75ca04d7912ee91bc017cf4689f6abd67f7cdddb719dc36a45077f2

Contents?: true

Size: 351 Bytes

Versions: 27

Compression:

Stored size: 351 Bytes

Contents

/* resolve.h
 * Copyright (c) 2011, Peter Ohler
 * All rights reserved.
 */

#ifndef OJ_RESOLVE_H
#define OJ_RESOLVE_H

#include "ruby.h"

extern VALUE	oj_name2class(ParseInfo pi, const char *name, size_t len, int auto_define, VALUE error_class);
extern VALUE	oj_name2struct(ParseInfo pi, VALUE nameVal, VALUE error_class);

#endif /* OJ_RESOLVE_H */

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
oj-3.7.12 ext/oj/resolve.h
oj-3.7.11 ext/oj/resolve.h
oj-3.7.10 ext/oj/resolve.h
oj-3.7.9 ext/oj/resolve.h
oj-3.7.8 ext/oj/resolve.h
oj-3.7.7 ext/oj/resolve.h
oj-3.7.6 ext/oj/resolve.h