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 87 88 89 90 91 92 93
|
<!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>libsigc++ 2.0: sigc::functor_trait< T_functor, I_derives_functor_base > Struct Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/libsigc_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a class="qindex" href="modules.html">Groups</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
</center>
<hr width="100%"/>
<!-- Generated by Doxygen 1.3.9.1 -->
<h1>sigc::functor_trait< T_functor, I_derives_functor_base > Struct Template Reference</h1><a href="structsigc_1_1functor__trait-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 Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1functor__trait.html#w0">result_type</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef T_functor </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1functor__trait.html#w1">functor_type</a></td></tr>
</table>
<h3>template <class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value><br>
struct sigc::functor_trait< T_functor, I_derives_functor_base ></h3>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="w1" doxytag="sigc::functor_trait::functor_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template <class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value> </td>
</tr>
<tr>
<td class="md" nowrap valign="top">typedef T_functor <a class="el" href="structsigc_1_1functor__trait.html">sigc::functor_trait</a><T_functor, I_derives_functor_base>::<a class="el" href="structsigc_1_1functor__trait.html#w1">functor_type</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="w0" doxytag="sigc::functor_trait::result_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" colspan="4">
template <class T_functor, bool I_derives_functor_base = is_base_and_derived<functor_base,T_functor>::value> </td>
</tr>
<tr>
<td class="md" nowrap valign="top">typedef void <a class="el" href="structsigc_1_1functor__trait.html">sigc::functor_trait</a><T_functor, I_derives_functor_base>::<a class="el" href="structsigc_1_1functor__trait.html#w0">result_type</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="functor__trait_8h.html">functor_trait.h</a></ul>
<hr><address><small>
Generated for libsigc++ 2.0 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.3.9.1 © 1997-2001</small></address>
</body>
</html>
|