Program support utilities
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Índice |
[editar] Término do programa
As seguintes funções gerenciar término do programa e recursos de limpeza.
Original:
The following functions manage program termination and resource cleanup.
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.
Defined in header
<cstdlib> | |
provoca finalização anormal do programa (sem limpeza) Original: causes abnormal program termination (without cleaning up) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
provoca término normal do programa com a limpeza Original: causes normal program termination with cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
(C++11) |
provoca término normal do programa completamente sem limpeza Original: causes normal program termination without completely cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
(C++11) |
provoca término do programa normal, sem limpeza Original: causes normal program termination without cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
registra uma função a ser chamada no momento da invocação exit() Original: registers a function to be called on exit() invocation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
(C++11) |
registra uma função a ser chamada no momento da invocação quick_exit Original: registers a function to be called on quick_exit invocation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
indica estado de execução do programa de execução Original: indicates program execution execution status The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) |
[editar] Comunicando com o meio ambiente
chama o processador do ambiente de acolhimento de comando Original: calls the host environment's command processor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
acesso à lista de variáveis de ambiente Original: access to the list of environment variables The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
[editar] Sinais
Várias funções e constantes macro para a gestão de sinal são fornecidos.
Original:
Several functions and macro constants for signal management are provided.
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.
Defined in header
<csignal> | |
define um manipulador de sinal para o sinal particular 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. (função) | |
executa o manipulador de sinal para sinal em particular Original: runs the 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. (função) | |
do tipo inteiro que pode ser acessado como uma entidade atômica de um manipulador de sinal assíncrono Original: the integer type that can be accessed as an atomic entity from an asynchronous signal handler The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) | |
define estratégias de manejo de sinal Original: defines signal handling strategies The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) | |
valor. retorno de signal especificando que um erro foi encontrado Original: return value of signal specifying that an error was encountered The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) | |
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. | |
define os tipos de sinal 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. (macro constante) |
[editar] Não-locais saltos
Defined in header
<csetjmp> | |
salva o contexto Original: saves the context The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função macro) | |
salta para local especificado Original: jumps to specified location The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
Original: Types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
tipo de contexto de execução Original: execution context type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) |