📄 string_members.html
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Gwenaël Brunet">
<meta name="GENERATOR" content="(c)HTML Doc Maker by Gert">
<title>String Members</title>
</head>
<body BGCOLOR="#F0F0F0">
<h2>String</h2>
<br>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_String3.html" TARGET="content">String</a></font>
<br><font size=-1>Constructeur par défaut de String -> initialisation à "0" </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_String.html" TARGET="content">String</a></font>
<br><font size=-1>Constructeur par recopie </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_~String.html" TARGET="content">~String</a></font>
<br><font size=-1>Destructeur </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator=.html" TARGET="content">operator=</a></font>
<br><font size=-1>Surcharge de l'opérateur d'affectation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator==.html" TARGET="content">operator==</a></font>
<br><font size=-1>Surcharge de l'opérateur d'égalité </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+.html" TARGET="content">operator+</a></font>
<br><font size=-1>Surcharge de l'opérateur d'addition </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=3.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Surcharge de l'opérateur += -> concaténation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=2.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Surcharge de l'opérateur += -> concaténation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Concaténation d'un caractère </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_IsEmpty.html" TARGET="content">IsEmpty</a></font>
<br><font size=-1>Indique si la chaîne est vide </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_Empty.html" TARGET="content">Empty</a></font>
<br><font size=-1>Efface la chaîne </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_Display.html" TARGET="content">Display</a></font>
<br><font size=-1>Ecrit la chaîne </font></td>
</tr>
</table>
<br>
<font size=-2><a href="String_Overview.html" TARGET="_top">String Overview</a></font>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -