File: class_ipe_fixed.html

package info (click to toggle)
ipe 6.0pre30-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,100 kB
  • ctags: 5,419
  • sloc: cpp: 30,430; ansic: 1,045; xml: 845; makefile: 78; sh: 5
file content (86 lines) | stat: -rw-r--r-- 4,162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Ipelib: IpeFixed Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>IpeFixed Class Reference<br>
<small>
[<a class="el" href="group__base.html">Ipe Base</a>]</small>
</h1><!-- doxytag: class="IpeFixed" -->Fixed point number with three (decimal) fractional digits.  
<a href="#_details">More...</a>
<p>
<a href="class_ipe_fixed-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="anchor" name="c83b1ccbb0b2ee47d18cd0843a2230ad"></a><!-- doxytag: member="IpeFixed::IpeFixed" ref="c83b1ccbb0b2ee47d18cd0843a2230ad" args="(int val)" -->
<b>IpeFixed</b> (int val)
<li><a class="anchor" name="a5eb20d12361d756612366c2fce83c8d"></a><!-- doxytag: member="IpeFixed::ToInt" ref="a5eb20d12361d756612366c2fce83c8d" args="() const" -->
int <b>ToInt</b> () const
<li><a class="anchor" name="6dfb428ac55ba39a7fd19f2cfc6f60fc"></a><!-- doxytag: member="IpeFixed::ToDouble" ref="6dfb428ac55ba39a7fd19f2cfc6f60fc" args="() const" -->
double <b>ToDouble</b> () const
<li><a class="anchor" name="76bf45b5d2e9aa7b84d82879c80372db"></a><!-- doxytag: member="IpeFixed::Internal" ref="76bf45b5d2e9aa7b84d82879c80372db" args="() const" -->
int <b>Internal</b> () const
<li><a class="el" href="class_ipe_fixed.html">IpeFixed</a> <a class="el" href="class_ipe_fixed.html#03bb950a617b0908b1c2e9bb736e6e35">Mult</a> (int a, int b) const 
</ul>
<h2>Static Public Member Functions</h2>
<ul>
<li><a class="anchor" name="37ba2ddae2af97d1c1ebd08d1f03c42a"></a><!-- doxytag: member="IpeFixed::FromInternal" ref="37ba2ddae2af97d1c1ebd08d1f03c42a" args="(int val)" -->
static <a class="el" href="class_ipe_fixed.html">IpeFixed</a> <b>FromInternal</b> (int val)
</ul>
<h2>Friends</h2>
<ul>
<li><a class="anchor" name="51c594ff0e6ed4f08382f53b94e2da02"></a><!-- doxytag: member="IpeFixed::operator&lt;&lt;" ref="51c594ff0e6ed4f08382f53b94e2da02" args="(IpeStream &amp;stream, const IpeFixed &amp;f)" -->
<a class="el" href="class_ipe_stream.html">IpeStream</a> &amp; <b>operator&lt;&lt;</b> (<a class="el" href="class_ipe_stream.html">IpeStream</a> &amp;stream, const <a class="el" href="class_ipe_fixed.html">IpeFixed</a> &amp;f)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Fixed point number with three (decimal) fractional digits. 
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="03bb950a617b0908b1c2e9bb736e6e35"></a><!-- doxytag: member="IpeFixed::Mult" ref="03bb950a617b0908b1c2e9bb736e6e35" args="(int a, int b) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="class_ipe_fixed.html">IpeFixed</a> IpeFixed::Mult           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>a</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>b</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return value times (a/b). 
<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipebase.h<li>ipebase.cpp</ul>
<hr>
</body></html>