mirror of
https://github.com/xomboverlord/xomb-docs.git
synced 2026-01-11 02:06:37 +01:00
32 lines
802 B
HTML
32 lines
802 B
HTML
<html><head>
|
|
<META http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>std.moduleinit</title>
|
|
</head><body>
|
|
<h1>std.moduleinit</h1>
|
|
<!-- Generated by Ddoc from ../kernel/runtime/std/moduleinit.d -->
|
|
<br><br>
|
|
<dl><dt><big>void <u>_moduleCtor</u>();
|
|
</big></dt>
|
|
<dd>Initialize the modules.<br><br>
|
|
|
|
</dd>
|
|
<dt><big>void <u>_moduleDtor</u>();
|
|
</big></dt>
|
|
<dd>Destruct the modules.<br><br>
|
|
|
|
</dd>
|
|
<dt><big>void <u>_moduleUnitTests</u>();
|
|
</big></dt>
|
|
<dd>Run unit tests.<br><br>
|
|
|
|
</dd>
|
|
<dt><big>void <u>_moduleIndependentCtors</u>();
|
|
</big></dt>
|
|
<dd>Run unit tests.<br><br>
|
|
|
|
</dd>
|
|
</dl>
|
|
|
|
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/1.0/ddoc.html">Ddoc</a>. </small>
|
|
</body></html>
|