ErrorCapturingListener
ErrorCapturingListener::ErrorCapturingListener()
ErrorCapturingListener::~ErrorCapturingListener()
ErrorCapturingListener::Handle(const BJsonEvent& event)
ErrorCapturingListener::HandleError(status_t status, int32 line,
ErrorCapturingListener::ErrorStatus()
ErrorCapturingListener::GetErrorLine()
ErrorCapturingListener::GetErrorMessage()
ErrorCapturingListener::FirstEventTypeAfterError()
ErrorCapturingListener::HasEventsAfterError()
ErrorCapturingListener();
virtual ~ErrorCapturingListener();
ErrorCapturingListener* listener = new ErrorCapturingListener();
ObjectDeleter<ErrorCapturingListener> listenerDeleter(listener);