diff options
author | Circle CI <circleci@navit-project.org> | 2017-11-03 22:35:01 +0000 |
---|---|---|
committer | Circle CI <circleci@navit-project.org> | 2017-11-03 22:35:01 +0000 |
commit | da48698d3d99eefaa3bf25fbcbaac6a09670788f (patch) | |
tree | efd931d178ed8438bcc60539148abca188fc248d /structspeech__methods.html | |
parent | a42ec457ee03882e3f95e369d842f1fae9978700 (diff) | |
download | navit-da48698d3d99eefaa3bf25fbcbaac6a09670788f.tar.gz |
update:doc:Doxygen update for commit 19802a716ed5dc1f16a712a4924d2c04e96afd32 [ci skip]
Diffstat (limited to 'structspeech__methods.html')
-rw-r--r-- | structspeech__methods.html | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/structspeech__methods.html b/structspeech__methods.html index c3d5405a5..448bd4405 100644 --- a/structspeech__methods.html +++ b/structspeech__methods.html @@ -73,16 +73,45 @@ $(document).ready(function(){initNavTree('structspeech__methods.html','');}); <div class="title">speech_methods Struct Reference</div> </div> </div><!--header--> <div class="contents"> + +<p><code>#include <<a class="el" href="speech_8h_source.html">speech.h</a>></code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Data Fields</h2></td></tr> -<tr class="memitem:aac474fe923c8a53b36d46cafbc60a8ec"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aac474fe923c8a53b36d46cafbc60a8ec"></a> -void(* </td><td class="memItemRight" valign="bottom"><b>destroy</b> )(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_)</td></tr> +<tr class="memitem:aac474fe923c8a53b36d46cafbc60a8ec"><td class="memItemLeft" align="right" valign="top"><a class="el" href="png_8h.html#a04364e387081209df3bd1a16e8abe3b9">void</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structspeech__methods.html#aac474fe923c8a53b36d46cafbc60a8ec">destroy</a> )(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_)</td></tr> <tr class="separator:aac474fe923c8a53b36d46cafbc60a8ec"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a9a2de116f1256d15120231bc59f5b7da"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9a2de116f1256d15120231bc59f5b7da"></a> -int(* </td><td class="memItemRight" valign="bottom"><b>say</b> )(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_, const char *text)</td></tr> +<tr class="memitem:a9a2de116f1256d15120231bc59f5b7da"><td class="memItemLeft" align="right" valign="top"><a class="el" href="png_8h.html#add732426a6b9f107aa8b02f1888329b3">int</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structspeech__methods.html#a9a2de116f1256d15120231bc59f5b7da">say</a> )(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_, <a class="el" href="zconf_8h.html#a2c212835823e3c54a8ab6d95c652660e">const</a> char *text)</td></tr> <tr class="separator:a9a2de116f1256d15120231bc59f5b7da"><td class="memSeparator" colspan="2"> </td></tr> </table> +<h2 class="groupheader">Field Documentation</h2> +<a class="anchor" id="aac474fe923c8a53b36d46cafbc60a8ec"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname"><a class="el" href="png_8h.html#a04364e387081209df3bd1a16e8abe3b9">void</a>(* speech_methods::destroy)(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_)</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="speech_8h.html#a8ed5390910ddee601d559763f65324ec">speech_destroy()</a>.</p> + +</div> +</div> +<a class="anchor" id="a9a2de116f1256d15120231bc59f5b7da"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname"><a class="el" href="png_8h.html#add732426a6b9f107aa8b02f1888329b3">int</a>(* speech_methods::say)(struct <a class="el" href="structspeech__priv.html">speech_priv</a> *this_, <a class="el" href="zconf_8h.html#a2c212835823e3c54a8ab6d95c652660e">const</a> char *text)</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="speech_8h.html#a044b65a0ba601d83a25ebbfa12628bdd">speech_new()</a>, and <a class="el" href="speech_8h.html#af0c0c727ad322e5bac255b4aa200c2b1">speech_say()</a>.</p> + +</div> +</div> <hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="speech_8h_source.html">speech.h</a></li> </ul> |