MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / LongJump

Class LongJump

src/include/fb_exception.h:72–79  ·  view source on GitHub ↗

Used as jmpbuf to unwind when needed

Source from the content-addressed store, hash-verified

70
71// Used as jmpbuf to unwind when needed
72class LongJump : public Exception
73{
74public:
75 virtual void stuffByException(StaticStatusVector& status_vector) const throw();
76 virtual const char* what() const throw();
77 static void raise();
78 LongJump() throw() : Exception() { }
79};
80
81// Used in MemoryPool
82class BadAlloc : public std::bad_alloc, public Exception

Callers 6

BURP_exit_localFunction · 0.85
renewBufferMethod · 0.85
PAR_unwindFunction · 0.85
ObjectNotImplementedFunction · 0.85
ERR_postFunction · 0.85
raiseMethod · 0.85

Calls

no outgoing calls

Tested by 1

ERR_postFunction · 0.68