.. _Container_Functions: ######### Functions ######### There are only a handful functions that are used by the :ref:`Basis class`: .. doxygenfunction:: danceq::internal::ContainerTable::info(void) const .. doxygenfunction:: danceq::internal::ContainerTable::get_index(uint64_t* output, const State& state, uint64_t start, uint64_t end) const .. doxygenfunction:: danceq::internal::ContainerTable::is_maximal(bool* output, State& state, uint64_t start, uint64_t end, typename State::integer_type n_ = -1) const .. doxygenfunction:: danceq::internal::ContainerTable::is_minimal(bool* output, State& state, uint64_t start, uint64_t end, typename State::integer_type n_ = -1) const .. doxygenfunction:: danceq::internal::ContainerTable::get_number_of_bytes(uint64_t* number_of_bytes) const;