[ Web Proxy ]
URL:
Viewing: https://fr.cppreference.com/cpp/utility/program/raise [Back]  [Original]

std::raise cppreference.com
cppreference.com
Espaces de noms
Variantes

std::raise

De cppreference.com

<metanoindex/>

 
 
 
Services d'appui aux programmes
La fin du programme
Original:
Program termination
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
abort
exit
quick_exit (C++11)
_Exit (C++11)
Communiquer avec l'environnement
Original:
Communicating with the environment
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Signaux
Original:
Signals
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Types de signaux
Original:
Signal types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
SIGABRT
SIGFPE
SIGILL
SIGINT
SIGSEGV
SIGTERM
Non-locales sauts
Original:
Non-local jumps
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
setjmp
longjmp
Types
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
jmp_buf
 
<tbody> </tbody>
Dclar dans l'en-tte <csignal>
int raise( int sig );

Envoie un signal sig au programme. Le gestionnaire de signal, spcifi en utilisant signal() est invoque.

Si la stratgie de gestion des signals dfinie par l'utilisateur n'est pas encore mis en place l'aide de signal(), soit le signal est ignor, soit le gestionnaire par dfaut sera invoque selon l'implmentation dfini.

Paramtres

sig -
le signal envoyer. Elle peut tre mise en oeuvre dfinie par une valeur ou une des valeurs suivantes:
dfinit les types de signaux
Original:
defines signal types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(constante macro) [edit]
Original:
the signal to be sent. It can be an implementation-defined value or one of the following values:
dfinit les types de signaux
Original:
defines signal types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(constante macro) [edit]
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

0 en cas de succs, une valeur non nulle en cas d'chec .
Original:
0 upon success, non-zero value on failure.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemple

Voir aussi

dfinit un gestionnaire de signal pour un signal particulier
Original:
sets a signal handler for particular signal
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]
C documentation for raise

Web Proxy Viewer  |  New URL  |  Original Page