SIG_DFL, SIG_IGN
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
| Defined in header <csignal>
|
||
| #define SIG_DFL /*implementation defined*/ |
||
| #define SIG_IGN /*implementation defined*/ |
||
Le macro SIG_DFL e SIG_IGN espandersi in espressioni integrali che non sono uguali a un indirizzo di qualsiasi funzione. Le macro definire le strategie di gestione dei segnali per la funzione std::signal().
Original:
The SIG_DFL and SIG_IGN macros expand into integral expressions that are not equal to an address of any function. The macros define signal handling strategies for std::signal() function.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
| Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
SIG_DFL
|
predefinita di gestione del segnale
Original: default signal handling The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
SIF_IGN
|
segnale viene ignorato
Original: signal is ignored The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica] Vedi anche
| C documentation for SIG_DFL, SIG_IGN
|