BitArray ======== .. doxygenfile:: RaeptorCogs/BitArray.hpp :project: RaeptorCogs :no-link: :sections: briefdescription detaileddescription Classes ------- .. list-table:: Classes :header-rows: 1 :widths: 20 80 * - Class - Description * - ``RaeptorCogs::BitArray`` - BitArray class. .. doxygenclass:: RaeptorCogs::BitArray :project: RaeptorCogs :members: :protected-members: :private-members: :undoc-members: Functions --------- .. list-table:: Functions :header-rows: 1 :widths: 20 80 * - Function - Description * - ``std::operator<<(std::ostream &os, const RaeptorCogs::BitArray &bitArray)`` - Stream output operator for BitArray. .. doxygenfunction:: std::operator<<(std::ostream &os, const RaeptorCogs::BitArray &bitArray) :project: RaeptorCogs