PoDoFo 0.9.20
|
#include <PdfDeclarationsPrivate.h>
RAII recursion guard ensures recursion depth is always decremented because the destructor is always called when control leaves a method via return or an exception. It's used like this: RecursionGuard guard;