pps_decoder_pop()

Ascend to the parent of the current node

Synopsis:

#include <pps.h>
            
pps_decoder_error_t pps_decoder_pop(pps_decoder_t *decoder);

Arguments:

decoder
The PPS decoder structure.

Library:

libpps

Description:

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).

Returns:

PPS_DECODER_OK
Success.
>=1
An error occurred. See pps_decoder_error_t.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes