.. Copyright (c) 2019-22, J. D. Mitchell

   Distributed under the terms of the GPL license version 3.

   The full license is in the file LICENSE, distributed with this software.

   This file was auto-generated by docs/generate_from_yml.py, do not edit.

Action
======

.. doxygenclass:: libsemigroups::Action
   :project: libsemigroups

.. cpp:namespace:: libsemigroups::Action


Member types
------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`action_type`
     - 
   * - :cpp:member:`const_iterator`
     - The type of a const iterator pointing to a :cpp:member:`point_type` .


   * - :cpp:member:`const_iterator_scc`
     - 
   * - :cpp:member:`const_iterator_scc_roots`
     - 
   * - :cpp:member:`const_iterator_sccs`
     - 
   * - :cpp:member:`const_pointer_point_type`
     - The type of a const pointer to a :cpp:member:`point_type` .


   * - :cpp:member:`const_reference_point_type`
     - The type of a const reference to a :cpp:member:`point_type` .


   * - :cpp:member:`element_type`
     - 
   * - :cpp:member:`index_type`
     - The type of the index of a point.


   * - :cpp:member:`point_type`
     - 
   * - :cpp:member:`scc_index_type`
     - 

Constructors
------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`Action() <Action::Action()>`
     - 
   * - :cpp:member:`Action(Action const&) = default`
     - Default copy constructor.


   * - :cpp:member:`Action(Action&&) = default`
     - Default move constructor.


   * - :cpp:member:`operator=(Action const&) = default`
     - Default copy assignment operator.


   * - :cpp:member:`operator=(Action&&) = default`
     - Default move assignment operator.



Initialization
--------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`add_generator(element_type)`
     - 
   * - :cpp:member:`add_seed(const_reference_point_type)`
     - 
   * - :cpp:member:`reserve(size_t)`
     - 

Position, size, empty...
------------------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`at(size_t) const`
     - 
   * - :cpp:member:`cbegin() const noexcept`
     - 
   * - :cpp:member:`cend() const noexcept`
     - 
   * - :cpp:member:`current_size() const noexcept`
     - 
   * - :cpp:member:`empty() const noexcept`
     - 
   * - :cpp:member:`operator[](size_t) const noexcept`
     - 
   * - :cpp:member:`position(const_reference_point_type) const`
     - 
   * - :cpp:member:`size()`
     - 

Strongly connected components
-----------------------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`cache_scc_multipliers() const noexcept`
     - 
   * - :cpp:member:`cache_scc_multipliers(bool) noexcept`
     - 
   * - :cpp:member:`digraph()`
     - 
   * - :cpp:member:`multiplier_from_scc_root(index_type)`
     - 
   * - :cpp:member:`multiplier_to_scc_root(index_type)`
     - 
   * - :cpp:member:`root_of_scc(const_reference_point_type)`
     - 
   * - :cpp:member:`root_of_scc(index_type)`
     - 

Member functions inherited from Runner
--------------------------------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`dead() const noexcept`
     - 
   * - :cpp:member:`finished() const`
     - 
   * - :cpp:member:`kill() noexcept`
     - 
   * - :cpp:member:`report() const`
     - 
   * - :cpp:member:`report_every() const noexcept`
     - 
   * - :cpp:member:`report_every(TIntType) <template <typename TIntType> void report_every(TIntType)>`
     - 
   * - :cpp:member:`report_every(std::chrono::nanoseconds)`
     - 
   * - :cpp:member:`report_why_we_stopped() const`
     - 
   * - :cpp:member:`run()`
     - 
   * - :cpp:member:`run_for(TIntType) <template <typename TIntType> void run_for(TIntType)>`
     - 
   * - :cpp:member:`run_for(std::chrono::nanoseconds)`
     - 
   * - :cpp:member:`run_until(T&&) <template <typename T> void run_until(T&&)>`
     - 
   * - :cpp:member:`run_until(bool(*)())`
     - 
   * - :cpp:member:`running() const noexcept`
     - 
   * - :cpp:member:`running_for() const noexcept`
     - 
   * - :cpp:member:`running_until() const noexcept`
     - 
   * - :cpp:member:`started() const`
     - 
   * - :cpp:member:`stopped() const`
     - 
   * - :cpp:member:`stopped_by_predicate() const`
     - 
   * - :cpp:member:`timed_out() const`
     - 

.. toctree::
   :hidden:

   libsemigroups__action__member_types.rst
   libsemigroups__action__constructors.rst
   libsemigroups__action__initialization.rst
   libsemigroups__action__position__size__empty___.rst
   libsemigroups__action__strongly_connected_components.rst
   libsemigroups__action__member_functions_inherited_from_runner.rst
