cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : C Library : csetjmp (setjmp.h) : jmp_buf
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
C Library
cassert (assert.h)
cctype (ctype.h)
cerrno (errno.h)
cfloat (float.h)
ciso646 (iso646.h)
climits (limits.h)
clocale (locale.h)
cmath (math.h)
csetjmp (setjmp.h)
csignal (signal.h)
cstdarg (stdarg.h)
cstddef (stddef.h)
cstdio (stdio.h)
cstdlib (stdlib.h)
cstring (string.h)
ctime (time.h)
csetjmp (setjmp.h)
jmp_buf
longjmp
setjmp

-

jmp_buf type
<csetjmp>

Type to hold information to restore calling environment

This is an array type capable of storing the information of a calling environment to be restored later.

This information is filled by calling macro setjmp and can be restored by calling function longjmp.

See also

setjmp Save calling environment for long jump (macro)
longjmp Long jump (function)

Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us