Skip to content

Commit

Permalink
Update documentation to 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gutev committed May 9, 2024
1 parent cb60882 commit b84f39a
Show file tree
Hide file tree
Showing 122 changed files with 11 additions and 5,075 deletions.
2 changes: 1 addition & 1 deletion cell__state_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_a6638b2255b07dca780565c85c946b606"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#a6638b2255b07dca780565c85c946b606">live_cells::cell_state::key_</a></div><div class="ttdeci">key_ref key_</div><div class="ttdoc">Key identifying the cell corresponding to this state.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:119</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_a92f33a511d21257e1c9c7e28bdaec6d2"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#a92f33a511d21257e1c9c7e28bdaec6d2">live_cells::cell_state::ref</a></div><div class="ttdeci">std::shared_ptr&lt; cell_state &gt; ref</div><div class="ttdoc">Shared pointer to a cell_state.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:46</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_a9a18557a3ecf30aa8c24997b3f4aa4f4"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#a9a18557a3ecf30aa8c24997b3f4aa4f4">live_cells::cell_state::cell_state</a></div><div class="ttdeci">cell_state(key_ref k)</div><div class="ttdoc">Create a cell state with a given key.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:53</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_ab2f83b83d7edc35c16267b9957515331"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#ab2f83b83d7edc35c16267b9957515331">live_cells::cell_state::notify_update</a></div><div class="ttdeci">virtual void notify_update()</div><div class="ttdoc">Notify the observers that the cell's value has changed.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:86</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_ab2f83b83d7edc35c16267b9957515331"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#ab2f83b83d7edc35c16267b9957515331">live_cells::cell_state::notify_update</a></div><div class="ttdeci">virtual void notify_update()</div><div class="ttdoc">Notify the observers that the cell's value has changed.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:88</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_abb84882de8772b8ad986439f64c503c9"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#abb84882de8772b8ad986439f64c503c9">live_cells::cell_state::pause</a></div><div class="ttdeci">virtual void pause()</div><div class="ttdoc">Called after the last observer is removed.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:79</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_abebd0e17d4c9d0b8879d15476eb71d68"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#abebd0e17d4c9d0b8879d15476eb71d68">live_cells::cell_state::is_active</a></div><div class="ttdeci">bool is_active() const</div><div class="ttdoc">Does the cell have at least one observer?</div><div class="ttdef"><b>Definition</b> cell_state.hpp:132</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_af119ce0460698ee290044270012fbb5d"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#af119ce0460698ee290044270012fbb5d">live_cells::cell_state::add_observer</a></div><div class="ttdeci">virtual void add_observer(observer::ref o)</div><div class="ttdoc">Add an observer to the cell's set of observers.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:46</div></div>
Expand Down
2 changes: 1 addition & 1 deletion compute__state_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<div class="ttc" id="aclasslive__cells_1_1cell__state_html"><div class="ttname"><a href="classlive__cells_1_1cell__state.html">live_cells::cell_state</a></div><div class="ttdoc">Maintains the state of a stateful cell.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:43</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_a51cb92e1f19c466719fc4ae73991f2d6"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#a51cb92e1f19c466719fc4ae73991f2d6">live_cells::cell_state::notify_will_update</a></div><div class="ttdeci">virtual void notify_will_update()</div><div class="ttdoc">Notify the observers that the cell's value will change.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:75</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_a5ea8a52b931e9558ca1c20656436b35d"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#a5ea8a52b931e9558ca1c20656436b35d">live_cells::cell_state::init</a></div><div class="ttdeci">virtual void init()</div><div class="ttdoc">Called before the first observer is added.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:68</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_ab2f83b83d7edc35c16267b9957515331"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#ab2f83b83d7edc35c16267b9957515331">live_cells::cell_state::notify_update</a></div><div class="ttdeci">virtual void notify_update()</div><div class="ttdoc">Notify the observers that the cell's value has changed.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:86</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_ab2f83b83d7edc35c16267b9957515331"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#ab2f83b83d7edc35c16267b9957515331">live_cells::cell_state::notify_update</a></div><div class="ttdeci">virtual void notify_update()</div><div class="ttdoc">Notify the observers that the cell's value has changed.</div><div class="ttdef"><b>Definition</b> live_cells.cpp:88</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_abb84882de8772b8ad986439f64c503c9"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#abb84882de8772b8ad986439f64c503c9">live_cells::cell_state::pause</a></div><div class="ttdeci">virtual void pause()</div><div class="ttdoc">Called after the last observer is removed.</div><div class="ttdef"><b>Definition</b> cell_state.hpp:79</div></div>
<div class="ttc" id="aclasslive__cells_1_1cell__state_html_abebd0e17d4c9d0b8879d15476eb71d68"><div class="ttname"><a href="classlive__cells_1_1cell__state.html#abebd0e17d4c9d0b8879d15476eb71d68">live_cells::cell_state::is_active</a></div><div class="ttdeci">bool is_active() const</div><div class="ttdoc">Does the cell have at least one observer?</div><div class="ttdef"><b>Definition</b> cell_state.hpp:132</div></div>
<div class="ttc" id="aclasslive__cells_1_1compute__cell__state_html"><div class="ttname"><a href="classlive__cells_1_1compute__cell__state.html">live_cells::compute_cell_state</a></div><div class="ttdoc">Cell state for a cell which computes a value as a function of one or more argument cells.</div><div class="ttdef"><b>Definition</b> compute_state.hpp:48</div></div>
Expand Down
145 changes: 0 additions & 145 deletions constant__cell_8hpp.html

This file was deleted.

5 changes: 0 additions & 5 deletions constant__cell_8hpp__dep__incl.map

This file was deleted.

1 change: 0 additions & 1 deletion constant__cell_8hpp__dep__incl.md5

This file was deleted.

Binary file removed constant__cell_8hpp__dep__incl.png
Binary file not shown.
25 changes: 0 additions & 25 deletions constant__cell_8hpp__incl.map

This file was deleted.

1 change: 0 additions & 1 deletion constant__cell_8hpp__incl.md5

This file was deleted.

Binary file removed constant__cell_8hpp__incl.png
Binary file not shown.
10 changes: 0 additions & 10 deletions index.js

This file was deleted.

5 changes: 0 additions & 5 deletions inherit_graph_30.map

This file was deleted.

1 change: 0 additions & 1 deletion inherit_graph_30.md5

This file was deleted.

Binary file removed inherit_graph_30.png
Binary file not shown.
5 changes: 0 additions & 5 deletions inherit_graph_31.map

This file was deleted.

1 change: 0 additions & 1 deletion inherit_graph_31.md5

This file was deleted.

Binary file removed inherit_graph_31.png
Binary file not shown.
3 changes: 0 additions & 3 deletions inherit_graph_32.map

This file was deleted.

1 change: 0 additions & 1 deletion inherit_graph_32.md5

This file was deleted.

Binary file removed inherit_graph_32.png
Binary file not shown.
3 changes: 0 additions & 3 deletions inherit_graph_33.map

This file was deleted.

1 change: 0 additions & 1 deletion inherit_graph_33.md5

This file was deleted.

Binary file removed inherit_graph_33.png
Binary file not shown.
Loading

0 comments on commit b84f39a

Please sign in to comment.