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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Namespace::A class | My Project</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header><nav id="navigation">
<div class="m-container">
<div class="m-row">
<a href="index.html" id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">My Project</a>
</div>
</div>
</nav></header>
<main><article>
<div class="m-container m-container-inflatable">
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
<span class="m-breadcrumb"><a href="namespaceNamespace.html">Namespace</a>::<wbr/></span>A <span class="m-thin">class</span>
</h1>
<p>A class.</p>
<p>Should list one protected base (fully qualified) and one virtual base (omitting the common namespace), one derived class (fully qualified).</p>
<section id="base-classes">
<h2><a href="#base-classes">Base classes</a></h2>
<dl class="m-doc">
<dt>
class <a href="classAnother_1_1ProtectedBase.html" class="m-doc">Another::ProtectedBase</a> <span class="m-label m-flat m-warning">protected</span>
</dt>
<dd>Protected base, should list a fully-qualified derived, but w/o any label.</dd>
<dt>
class <a href="classNamespace_1_1VirtualBase.html" class="m-doc">VirtualBase</a> <span class="m-label m-flat m-warning">virtual</span>
</dt>
<dd>Virtual base, should list a derived (omitting the common namespace), but w/o any label.</dd>
</dl>
</section>
<section id="derived-classes">
<h2><a href="#derived-classes">Derived classes</a></h2>
<dl class="m-doc">
<dt>
class <a href="classAnother_1_1Derived.html" class="m-doc">Another::Derived</a>
</dt>
<dd>A derived class.</dd>
<dt>
struct <a href="structAnother_1_1Final.html" class="m-doc">Another::Final</a> <span class="m-label m-flat m-warning">final</span>
</dt>
<dd>A final derived class.</dd>
</dl>
</section>
</div>
</div>
</div>
</article></main>
</body>
</html>
|