Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IJSONReader::releaseAllHandlers ( void  )
pure virtual

This was addded to make it easy for an application to tell the JSON reader to free all set handlers.

When this function is called, a release() is called on all handlers that are set. The other way to free a set handler is to pass a 'NULL' pointer to the respective setXXXHandler() function.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.