Introduction of class SuperString
[libacl.git] / doc / UTC.html
diff --git a/doc/UTC.html b/doc/UTC.html
deleted file mode 100644 (file)
index 9575996..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-<html>
-<head>
-<title>UTC - ANDROMEDA CLASS LIBRARY</title>
-</head>
-<body bgcolor=white>
-
-<h2> NAME</h2>
-UTC - Universal Time Coordinated class
-<h2> SYNOPSIS</h2>
-<pre>
-#include <date.h>
-
-UTC clock;
-</pre>
-<h2> DESCRIPTION</h2>
-
-
-<h3>Construction</h3>
-
-<h5>UTC()</h5>
-<h5>UTC(date d, hour t)</h5>
-<h5>UTC(string)</h5>
-
-<h3>Assignment</h3>
-
-<h5>operator=(string &)</h5>
-
-<h3>Conversion</h3>
-
-<h5>string()</h5>
-
-<h3>Relational operations</h3>
-
-<h5>operator==(UTC &)</h5>
-<h5>operator!=(UTC &)</h5>
-<h5>operator&lt;(UTC &)</h5>
-<h5>operator&lt;=(UTC &)</h5>
-<h5>operator&gt;(UTC &)</h5>
-<h5>operator&gt;=(UTC &)</h5>
-
-<h3>Attributes</h3>
-
-<h5>date day()</h5>
-<h5>hour hour()</h5>
-
-<h3>Arithmetic</h3>
-
-<h5>UTC operator+(UTC &t1, UTC &t2)</h5>
-<h5>UTC operator-(UTC &t1, UTC &t2)</h5>
-<h5>UTC &operator+=(UTC &t)</h5>
-<h5>UTC &operator-=(UTC &t)</h5>
-<h5>UTC &operator++()</h5>
-<h5>UTC &operator--()</h5>
-
-<h3>Stream I/O</h3>
-
-<h5>ostream &operator<<(ostream &str, UTC &t)</h5>
-<h5>istream &operator>>(istream &str, UTC &t)</h5>
-
-<h2> SEE ALSO</h2>
-
-<a href="date.html">date</a>
-<a href="hour.html">hour</a>
-
-<h2> DIAGNOSTICS</h2>
-
-</body>
-</html>