SdlWalker.pop

Parses the next tag at the given depth.

struct SdlWalker
bool
pop
(
size_t depth = 0
,
bool allowSkipChildren = false
)

Return Value

Type: bool

true if it parsed a tag at the given depth and false if there are no more tags at the given depth. If depth is 0 it means the sdl has been fully parsed.

Throws

Exception if the current tag has children and they were not parsed and allowSkipChildren is set to false.

Meta