monybase.htm
来自「这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明」· HTM 代码 · 共 58 行
HTM
58 行
<html>
<head>
<title>money_base</title>
<head>
<body bgcolor="#FFFFFF">
<a name="here"></a>
<img src="monyban.gif">
<pre>
<font size=5>Class Name</font> money_base
<font size=5>Header File</font> <locale>
<font size=5>Classification</font> abstract data type
</pre>
<a href="monybase.htm#crd">Class Relationship Diagram</a><br>
<br>
<a href="monybase.htm#class-descrip">Class Description</a>
<h1>Member Classes</h1>
<p>
None
</p>
<hr>
<a name = "class-descrip"><h3>Class Description</h3></a>
<p>
The money_base class provides a structure and an enumeration. The struct pattern
specifies the order of syntactic elements in monetary value. It is an array of
characters in which each value associated with an index represents an enumeration
value that indicates the location of a syntactic element. The enumerations are
as follows:
<p>
<pre>
none No grouping separator
sign Sign of the money value
space Use space for grouping separator
symbol Symbol for currency
value The actual money value
</pre>
<hr>
<a name="crd"><h2>The Class Relationship Diagram for money_base</h2></a>
<img src="monybase.gif">
<hr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?