aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api-documentation/html/echomod_8cpp-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/html/echomod_8cpp-source.html')
-rw-r--r--doc/api-documentation/html/echomod_8cpp-source.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/api-documentation/html/echomod_8cpp-source.html b/doc/api-documentation/html/echomod_8cpp-source.html
new file mode 100644
index 0000000..b844308
--- /dev/null
+++ b/doc/api-documentation/html/echomod_8cpp-source.html
@@ -0,0 +1,35 @@
+<!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>echomod.cpp Source File</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body>
+<!-- Generated by Doxygen 1.2.15 -->
+<center>
+<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
+<hr><h1>echomod.cpp</h1><div class="fragment"><pre>00001 <font class="comment">/******************************************************************************</font>
+00002 <font class="comment"> * echomod.cpp - code for class 'echomod'- a dummy test text module that just</font>
+00003 <font class="comment"> * echos back the key</font>
+00004 <font class="comment"> */</font>
+00005
+00006 <font class="preprocessor">#include &lt;echomod.h&gt;</font>
+00007
+00008
+00009 EchoMod::EchoMod() : <a class="code" href="class_s_w_text.html">SWText</a>("echomod", "Echos back key")
+00010 {
+00011 }
+00012
+00013
+00014 EchoMod::~EchoMod() {
+00015 }
+00016
+00017
+00018 EchoMod::operator const char*()
+00019 {
+00020 <font class="keywordflow">return</font> *key;
+00021 }
+</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:12:58 2002 for The Sword Project 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.15 </small></address>
+</body>
+</html>