fmtflags flags()const; | (1) | |
fmtflags flags( fmtflags flags ); | (2) | |
| | |
Gère les indicateurs de format .
Original:
Manages format flags.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
1)
retourne mise en forme actuelle
Original:
returns current formatting setting
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
2)
remplace les paramètres actuels avec ceux donnés .
Original:
replaces current settings with given ones.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
flags | - | Réglage nouvelle mise en forme. Elle peut être une combinaison des constantes suivantes: | Constante 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 | | dec | utiliser la base décimale pour l'entier I / O Original: use decimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | oct | utiliser octal de base pour l'entier I / O Original: use octal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | hex | utiliser la base hexadécimale entier I / O Original: use hexadecimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | basefield | dec|oct|hex|0. Utile pour masquer les opérations Original: dec|oct|hex|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | left | réglage gauche (ajoute des caractères de remplissage à droite) Original: left adjustment (adds fill characters to the right) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | right | réglage de droite (ajoute des caractères de remplissage à gauche) Original: right adjustment (adds fill characters to the left) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | internal | ajustement interne (ajoute des caractères de remplissage au point interne désignée) Original: internal adjustment (adds fill characters to the internal designated point) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | adjustfield | left|right|internal. Utile pour masquer les opérations Original: left|right|internal. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | scientific | générer des types virgule flottante en utilisant la notation scientifique, ou une notation hexadécimale s'il est combiné avec fixe Original: generate floating point types using scientific notation, or hex notation if combined with fixed The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | fixed | générer des types virgule flottante en utilisant la notation fixe ou notation hexadécimale si elle est combinée avec les scientifiques Original: generate floating point types using fixed notation, or hex notation if combined with scientific The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | floatfield | scientific|fixed|(scientific|fixed)|0. Utile pour masquer les opérations Original: scientific|fixed|(scientific|fixed)|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | boolalpha | insérer et d'extraire de type bool au format alphanumérique Original: insert and extract bool type in alphanumeric format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showbase | générer un préfixe indiquant la base numérique pour la sortie de nombre entier, nécessitent l'indicateur monnaie monétaire I / O Original: generate a prefix indicating the numeric base for integer output, require the currency indicator in monetary I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showpoint | générer un caractère point décimal sans condition pour la sortie de nombre à virgule flottante Original: generate a decimal-point character unconditionally for floating-point number output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showpos | générer un caractère + pour les non-négative de sortie numérique Original: generate a + character for non-negative numeric output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | skipws | sauter espaces en tête avant les opérations d'entrée de certains Original: skip leading whitespace before certain input operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | unitbuf | rincer la sortie après chaque opération de sortie Original: flush the output after each output operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | uppercase | remplacer certaines lettres minuscules avec leurs uppercase equivalents dans certaines opérations de sortie de sortie Original: replace certain lowercase letters with their uppercase equivalents in certain output output operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Original: new formatting setting. It can be a combination of the following constants: | Constante 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 | | dec | utiliser la base décimale pour l'entier I / O Original: use decimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | oct | utiliser octal de base pour l'entier I / O Original: use octal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | hex | utiliser la base hexadécimale entier I / O Original: use hexadecimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | basefield | dec|oct|hex|0. Utile pour masquer les opérations Original: dec|oct|hex|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | left | réglage gauche (ajoute des caractères de remplissage à droite) Original: left adjustment (adds fill characters to the right) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | right | réglage de droite (ajoute des caractères de remplissage à gauche) Original: right adjustment (adds fill characters to the left) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | internal | ajustement interne (ajoute des caractères de remplissage au point interne désignée) Original: internal adjustment (adds fill characters to the internal designated point) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | adjustfield | left|right|internal. Utile pour masquer les opérations Original: left|right|internal. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | scientific | générer des types virgule flottante en utilisant la notation scientifique, ou une notation hexadécimale s'il est combiné avec fixe Original: generate floating point types using scientific notation, or hex notation if combined with fixed The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | fixed | générer des types virgule flottante en utilisant la notation fixe ou notation hexadécimale si elle est combinée avec les scientifiques Original: generate floating point types using fixed notation, or hex notation if combined with scientific The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | floatfield | scientific|fixed|(scientific|fixed)|0. Utile pour masquer les opérations Original: scientific|fixed|(scientific|fixed)|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | boolalpha | insérer et d'extraire de type bool au format alphanumérique Original: insert and extract bool type in alphanumeric format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showbase | générer un préfixe indiquant la base numérique pour la sortie de nombre entier, nécessitent l'indicateur monnaie monétaire I / O Original: generate a prefix indicating the numeric base for integer output, require the currency indicator in monetary I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showpoint | générer un caractère point décimal sans condition pour la sortie de nombre à virgule flottante Original: generate a decimal-point character unconditionally for floating-point number output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | showpos | générer un caractère + pour les non-négative de sortie numérique Original: generate a + character for non-negative numeric output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | skipws | sauter espaces en tête avant les opérations d'entrée de certains Original: skip leading whitespace before certain input operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | unitbuf | rincer la sortie après chaque opération de sortie Original: flush the output after each output operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | | uppercase | remplacer certaines lettres minuscules avec leurs uppercase equivalents dans certaines opérations de sortie de sortie Original: replace certain lowercase letters with their uppercase equivalents in certain output output operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifier]Retourne la valeur
les codes de formatage avant l'appel à la fonction
Original:
the formatting flags before the call to the function
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
|
| active l'indicateur de format spécifique Original: sets specific format flag The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique)[edit] |
|
| clears specific format flag (fonction membre publique)[edit] |