Index: native_client_sdk/doc_generated/pepper_dev/cpp/size_8h.html |
diff --git a/native_client_sdk/doc_generated/pepper_dev/cpp/size_8h.html b/native_client_sdk/doc_generated/pepper_dev/cpp/size_8h.html |
index cf0a35e47730bdd8dbc19287a4729880341e853b..955b353e9b76a59c818660c2ab9d243eb0c7c7cb 100644 |
--- a/native_client_sdk/doc_generated/pepper_dev/cpp/size_8h.html |
+++ b/native_client_sdk/doc_generated/pepper_dev/cpp/size_8h.html |
@@ -21,6 +21,8 @@ Classes</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_size.html">pp::Size</a></td></tr> |
<tr><td class="mdescLeft"> </td><td class="mdescRight">A size of an object based on width and height. <a href="classpp_1_1_size.html#details">More...</a><br /></td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a></td></tr> |
+<tr><td class="mdescLeft"> </td><td class="mdescRight">A size of an object based on width and height. <a href="classpp_1_1_float_size.html#details">More...</a><br /></td></tr> |
</table><h2> |
Namespaces</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html">pp</a></td></tr> |
@@ -28,6 +30,8 @@ Namespaces</h2><table class="memberdecls"> |
Functions</h2><table class="memberdecls"> |
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="size_8h.html#ad3d13cbe3886f37d082352f261892564">operator==</a> (const <a class="el" href="classpp_1_1_size.html">pp::Size</a> &lhs, const <a class="el" href="classpp_1_1_size.html">pp::Size</a> &rhs)</td></tr> |
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="size_8h.html#a915ab1f503e22dc6662ad56caa1eb7c3">operator!=</a> (const <a class="el" href="classpp_1_1_size.html">pp::Size</a> &lhs, const <a class="el" href="classpp_1_1_size.html">pp::Size</a> &rhs)</td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="size_8h.html#a227bd323e3966f98cc11f640d291b9a6">operator==</a> (const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> &lhs, const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> &rhs)</td></tr> |
+<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="size_8h.html#acc55d56de0ab6dd4ca35730cb6672ddd">operator!=</a> (const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> &lhs, const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> &rhs)</td></tr> |
</table> |
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2> |
<div class="textblock"><p>This file defines the API to create a size based on width and height. </p> |
@@ -67,6 +71,41 @@ Functions</h2><table class="memberdecls"> |
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the <code>Size</code> of lhs are equal to the <code>Size</code> of rhs, otherwise false. </dd></dl> |
</div> |
</div> |
+<a class="anchor" id="acc55d56de0ab6dd4ca35730cb6672ddd"></a><!-- doxytag: member="size.h::operator!=" ref="acc55d56de0ab6dd4ca35730cb6672ddd" args="(const pp::FloatSize &lhs, const pp::FloatSize &rhs)" --> |
+<div class="memitem"> |
+<div class="memproto"> |
+<table class="memname"> |
+<tr> |
+<td class="memname">bool operator!= </td> |
+<td>(</td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> & </td> |
+<td class="paramname"><em>lhs</em>, </td> |
+</tr> |
+<tr> |
+<td class="paramkey"></td> |
+<td></td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> & </td> |
+<td class="paramname"><em>rhs</em> </td> |
+</tr> |
+<tr> |
+<td></td> |
+<td>)</td> |
+<td></td><td><code> [inline]</code></td> |
+</tr> |
+</table> |
+</div> |
+<div class="memdoc"> |
+<p>This function determines whether two <code>FloatSizes</code> are not equal. </p> |
+<dl class="params"><dt><b>Parameters:</b></dt><dd> |
+<table class="params"> |
+<tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The <code>FloatSize</code> on the left-hand side of the equation. </td></tr> |
+<tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The <code>FloatSize</code> on the right-hand side of the equation.</td></tr> |
+</table> |
+</dd> |
+</dl> |
+<dl class="return"><dt><b>Returns:</b></dt><dd>true if the <code>FloatSize</code> of lhs are equal to the <code>FloatSize</code> of rhs, otherwise false. </dd></dl> |
+</div> |
+</div> |
<a class="anchor" id="ad3d13cbe3886f37d082352f261892564"></a><!-- doxytag: member="size.h::operator==" ref="ad3d13cbe3886f37d082352f261892564" args="(const pp::Size &lhs, const pp::Size &rhs)" --> |
<div class="memitem"> |
<div class="memproto"> |
@@ -102,6 +141,41 @@ Functions</h2><table class="memberdecls"> |
<dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl> |
</div> |
</div> |
+<a class="anchor" id="a227bd323e3966f98cc11f640d291b9a6"></a><!-- doxytag: member="size.h::operator==" ref="a227bd323e3966f98cc11f640d291b9a6" args="(const pp::FloatSize &lhs, const pp::FloatSize &rhs)" --> |
+<div class="memitem"> |
+<div class="memproto"> |
+<table class="memname"> |
+<tr> |
+<td class="memname">bool operator== </td> |
+<td>(</td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> & </td> |
+<td class="paramname"><em>lhs</em>, </td> |
+</tr> |
+<tr> |
+<td class="paramkey"></td> |
+<td></td> |
+<td class="paramtype">const <a class="el" href="classpp_1_1_float_size.html">pp::FloatSize</a> & </td> |
+<td class="paramname"><em>rhs</em> </td> |
+</tr> |
+<tr> |
+<td></td> |
+<td>)</td> |
+<td></td><td><code> [inline]</code></td> |
+</tr> |
+</table> |
+</div> |
+<div class="memdoc"> |
+<p>This function determines whether the width and height values of two sizes are equal. </p> |
+<dl class="params"><dt><b>Parameters:</b></dt><dd> |
+<table class="params"> |
+<tr><td class="paramdir">[in]</td><td class="paramname">lhs</td><td>The <code>FloatSize</code> on the left-hand side of the equation. </td></tr> |
+<tr><td class="paramdir">[in]</td><td class="paramname">rhs</td><td>The <code>FloatSize</code> on the right-hand side of the equation.</td></tr> |
+</table> |
+</dd> |
+</dl> |
+<dl class="return"><dt><b>Returns:</b></dt><dd>true if they are equal, false if unequal. </dd></dl> |
+</div> |
+</div> |
</div><!-- contents --> |
</div> |
{{/partials.standard_nacl_api}} |