classdbmethodfasttrampoline.html
来自「最新版本!fastdb是高效的内存数据库系统」· HTML 代码 · 共 123 行
HTML
123 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title> TemplatedbMethodFastTrampoline< T, R > class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </center>
<hr><h1>dbMethodFastTrampoline< T, R > Class Template Reference</h1><code>#include <<a class="el" href="class_8h-source.html">class.h</a>></code>
<p>
<p>Inheritance diagram for dbMethodFastTrampoline< T, R >:
<p><center><img src="classdbMethodFastTrampoline.png" usemap="#dbMethodFastTrampoline< T, R >_map" border="0" alt=""></center>
<map name="dbMethodFastTrampoline< T, R >_map">
<area href="classdbAnyMethodTrampoline.html" alt="dbAnyMethodTrampoline" shape="rect" coords="0,0,202,24">
</map>
<a href="classdbMethodFastTrampoline-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classdbAnyMethodTrampoline.html">dbAnyMethodTrampoline</a> * </td><td valign=bottom><a class="el" href="classdbMethodFastTrampoline.html#dbMethodFastTrampolinea0">optimize</a> ()</td></tr>
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classdbMethodFastTrampoline.html#dbMethodFastTrampolinea1">invoke</a> (byte *data, void *result)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<class T, class R><br>
class dbMethodFastTrampoline< T, R ></h3>
Optimized method trampoline which doesn't fetch record from the database and use direct pointer to the record inside database
<p>
<hr><h2>Member Function Documentation</h2>
<a name="dbMethodFastTrampolinea1" doxytag="dbMethodFastTrampoline::invoke"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template<class T, class R> </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> void dbMethodFastTrampoline< T, R >::invoke </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">byte * </td>
<td class="mdname" nowrap> <em>data</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>void * </td>
<td class="mdname" nowrap> <em>result</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [inline, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Invoke method <dl compact><dt><b>Parameters: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>data</em> </td><td>
pointer to the record insode database </td></tr>
<tr><td valign=top><em>result</em> </td><td>
pointer to place result in </td></tr>
</table>
</dl>
<p>
Implements <a class="el" href="classdbAnyMethodTrampoline.html#dbAnyMethodTrampolinea0">dbAnyMethodTrampoline</a>. </td>
</tr>
</table>
<a name="dbMethodFastTrampolinea0" doxytag="dbMethodFastTrampoline::optimize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template<class T, class R> </td>
</tr>
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="classdbAnyMethodTrampoline.html">dbAnyMethodTrampoline</a>* dbMethodFastTrampoline< T, R >::optimize </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top">) </td>
<td class="md" nowrap><code> [inline, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Get optimize trampoline. Optimized trampoline can be used for records which format in the database is the same as in application. In this case there is no need to fetch record and pointer insode database can be used intead <dl compact><dt><b>Returns: </b></dt><dd>
optimized nethod trampoline </dl>
<p>
Implements <a class="el" href="classdbAnyMethodTrampoline.html#dbAnyMethodTrampolinea1">dbAnyMethodTrampoline</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="class_8h-source.html">class.h</a></ul>
<hr><address style="align: right;"><small>Generated on Thu Feb 14 12:42:31 2008 for FastDB by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.18 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?