File: pybind_enums.html

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (85 lines) | stat: -rw-r--r-- 3,519 bytes parent folder | download
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
84
85
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>pybind_enums | My Python 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 Python 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>
          pybind_enums <span class="m-thin">module</span>
        </h1>
        <p>pybind11 enum parsing</p>
        <section id="enums">
          <h2><a href="#enums">Enums</a></h2>
          <dl class="m-doc">
            <dt>
              <span class="m-doc-wrap-bumper">class <a href="#MyEnum" class="m-doc">MyEnum</a>: </span><span class="m-doc-wrap"><a href="#MyEnum-First" class="m-doc">First</a> = 0
              <a href="#MyEnum-Second" class="m-doc">Second</a> = 1
              <a href="#MyEnum-Third" class="m-doc">Third</a> = 74
              <a href="#MyEnum-CONSISTANTE" class="m-doc">CONSISTANTE</a> = -5</span>
            </dt>
            <dd>An enum with external value docs, at least</dd>
            <dt id="SixtyfourBitFlag">
              <span class="m-doc-wrap-bumper">class <a href="#SixtyfourBitFlag" class="m-doc-self">SixtyfourBitFlag</a>: </span><span class="m-doc-wrap"><a href="#SixtyfourBitFlag-Yes" class="m-doc-self" id="SixtyfourBitFlag-Yes">Yes</a> = 1000000000000
              <a href="#SixtyfourBitFlag-No" class="m-doc-self" id="SixtyfourBitFlag-No">No</a> = 18446744073709551615</span>
            </dt>
            <dd>64-bit flags</dd>
          </dl>
        </section>
        <section>
          <h2>Enum documentation</h2>
          <section class="m-doc-details" id="MyEnum"><div>
            <h3>
              class pybind_enums.<wbr /><a href="#MyEnum" class="m-doc-self">MyEnum</a>()
            </h3>
            <p>An enum with external value docs, at least</p>
            <table class="m-table m-fullwidth m-flat m-doc">
              <thead><tr><th style="width: 1%">Enumerators</th><th></th></tr></thead>
              <tbody>
                <tr>
                  <td><a href="#MyEnum-First" id="MyEnum-First" class="m-doc-self">First</a></td>
                  <td>
<p>First value external documentation</p>
                  </td>
                </tr>
                <tr>
                  <td><a href="#MyEnum-Second" id="MyEnum-Second" class="m-doc-self">Second</a></td>
                  <td>
<p>Second value external documentation</p>
                  </td>
                </tr>
                <tr>
                  <td><a href="#MyEnum-Third" id="MyEnum-Third" class="m-doc-self">Third</a></td>
                  <td>
                  </td>
                </tr>
                <tr>
                  <td><a href="#MyEnum-CONSISTANTE" id="MyEnum-CONSISTANTE" class="m-doc-self">CONSISTANTE</a></td>
                  <td>
                  </td>
                </tr>
              </tbody>
            </table>
<p>External details.</p>
          </div></section>
        </section>
      </div>
    </div>
  </div>
</article></main>
</body>
</html>