Ascend to the parent of the current node
#include <sys/pps.h>
pps_decoder_error_t pps_decoder_pop(pps_decoder_t *decoder);
libpps
The function pps_decoder_pop() ascends to the parent of the current object or array. Following this call, the current node will be the node that follows the object or array popped out of (that is, the sibling of the node that was current at the time this function was called).
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |