Print an arbitrary datum¶
ss_val_dump is a function defined in ssval.c.
Synopsis:
-
herr_t
ss_val_dump(void *val, hid_t type, void *_parent, FILE *out, const char *html_tag)¶
Formal Arguments:
val: Value to be printedtype: Datatype ofval_parent: Optional persistent object into whichvalpointsout: Stream to which output should be senthtml_tag: Optional HTML tag to use in output;NULLmeans output plain text
Description: Given memory of a certain type, print it to the specified stream.
Return Value: Returns non-negative on success; negative on failure.
Parallel Notes: Independent
See Also:
- Values: Introduction for current chapter