-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathCBase.html
More file actions
83 lines (79 loc) · 2.27 KB
/
CBase.html
File metadata and controls
83 lines (79 loc) · 2.27 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Class CBase</title>
<link rel="stylesheet" type="text/css" href="../styles/ddox.css"/>
<link rel="stylesheet" href="../prettify/prettify.css" type="text/css"/>
<script type="text/javascript" src="../scripts/jquery.js">/**/</script><script type="text/javascript" src="../scripts/ddox.js">/**/</script>
</head>
<body onload="setupDdox();">
<nav id="main-nav">
<noscript>
<p style="color: red">The search functionality needs JavaScript enabled</p>
</noscript>
<div id="symbolSearchPane" style="display: none">
<form action="#" method="GET">
<input id="symbolSearch" type="text" name="q" placeholder="Search for symbols" autocomplete="off" onchange="performSymbolSearch(40);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/>
</form>
<ul id="symbolSearchResults" class="symbolList" style="display: none"></ul><script type="application/javascript" src="../symbols.js"></script><script type="application/javascript">var symbolSearchRootDir = "../";
$('#symbolSearchPane').show();</script>
</div>
<ul class="tree-view">
<li>
<div class="module selected">
<a href="../test.html">test</a>
</div>
</li>
</ul>
</nav>
<div id="main-contents">
<h1>Class CBase</h1><p>CBase
</p>
<div class="prototype">
<code class="lang-d">
<div class="single-prototype">
<span class="kwd">class</span> <span class="typ">CBase</span>(T)<span class="pun">;</span>
</div>
</code>
</div>
<section><h2>Methods</h2>
<table>
<col class="caption"/>
<tr>
<th>Name</th><th>Description</th>
</tr>
<tr>
<td>
<a href="../test/CBase.func.html" class="public">
<code>func</code>
</a>
<span class="tableEntryAnnotation">()</span>
</td>
<td></td>
</tr>
</table>
</section>
<footer>
<table class="license-info">
<tr>
<th>Authors</th>
<td>
</td>
</tr>
<tr>
<th>Copyright</th>
<td>
</td>
</tr>
<tr>
<th>License</th>
<td>
</td>
</tr>
</table>
<p class="faint">Generated using the DDOX documentation generator</p>
</footer>
</div>
</body>
</html>