_data | cudf::detail::base_2dspan< T, RowType > | protected |
_size | cudf::detail::base_2dspan< T, RowType > | protected |
back() const | cudf::detail::base_2dspan< T, RowType > | inline |
base_2dspan() noexcept=default (defined in cudf::detail::base_2dspan< T, RowType >) | cudf::detail::base_2dspan< T, RowType > | |
base_2dspan(T *data, size_t rows, size_t columns) noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
base_2dspan(T *data, size_type size) noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
base_2dspan(base_2dspan< OtherT, OtherRowType > const &other) noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
count() const noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
data() const noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
flat_view() | cudf::detail::base_2dspan< T, RowType > | inline |
flatten_index(size_t row, size_t column, size_type size) noexcept | cudf::detail::base_2dspan< T, RowType > | inlinestatic |
front() const | cudf::detail::base_2dspan< T, RowType > | inline |
is_empty() const noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
operator[](size_t row) const | cudf::detail::base_2dspan< T, RowType > | inline |
size() const noexcept | cudf::detail::base_2dspan< T, RowType > | inline |
size_type typedef | cudf::detail::base_2dspan< T, RowType > | |
subspan(size_t first_row, size_t num_rows) const noexcept | cudf::detail::base_2dspan< T, RowType > | inline |