Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 152: Line 152:
  void naHash_keys(naRef dst, naRef hash);
  void naHash_keys(naRef dst, naRef hash);


// Retrieve the specified member from the object, respecting the
// "parents" array as for "object.field".  Returns zero for missing
// fields.
int naMember_get(naRef obj, naRef field, naRef* out);
int naMember_cget(naRef obj, const char* field, naRef* out);


= Conversion & Comparison routines =
= Conversion & Comparison routines =
2,561

edits

Navigation menu