Tatooine
|
This is the complete list of members for tatooine::netcdf::variable< T >, including all inherited members.
dimension_name(std::size_t i) const | tatooine::netcdf::variable< T > | inline |
is_null() const | tatooine::netcdf::variable< T > | inline |
m_file | tatooine::netcdf::variable< T > | mutableprivate |
m_mutex | tatooine::netcdf::variable< T > | mutableprivate |
m_var | tatooine::netcdf::variable< T > | private |
name() const | tatooine::netcdf::variable< T > | inline |
num_components() const | tatooine::netcdf::variable< T > | inline |
num_dimensions() const | tatooine::netcdf::variable< T > | inline |
operator=(variable const &) -> variable &=default | tatooine::netcdf::variable< T > | |
operator=(variable &&) noexcept -> variable &=default | tatooine::netcdf::variable< T > | |
read() const | tatooine::netcdf::variable< T > | inline |
read(dynamic_multidim_array< T, x_fastest > &arr) const | tatooine::netcdf::variable< T > | inline |
read(chunked_multidim_array< T, x_fastest > &arr) const | tatooine::netcdf::variable< T > | inline |
read(static_multidim_array< T, x_fastest, MemLoc, Resolution... > &arr) const | tatooine::netcdf::variable< T > | inline |
read(std::vector< T > &arr) const | tatooine::netcdf::variable< T > | inline |
read(T *const ptr) const | tatooine::netcdf::variable< T > | inline |
read_as_vector() const | tatooine::netcdf::variable< T > | inline |
read_chunk(std::vector< std::size_t > start_indices, std::vector< std::size_t > counts) const | tatooine::netcdf::variable< T > | inline |
read_chunk(std::vector< std::size_t > start_indices, std::vector< std::size_t > counts, T *ptr) const | tatooine::netcdf::variable< T > | inline |
read_chunk(std::vector< std::size_t > const &start_indices, std::vector< std::size_t > const &counts, dynamic_multidim_array< T, x_fastest > &arr) const | tatooine::netcdf::variable< T > | inline |
read_chunk(static_multidim_array< T, x_fastest, MemLoc, Resolution... > &arr, integral auto const ... start_indices) const | tatooine::netcdf::variable< T > | inline |
read_chunk(std::vector< std::size_t > const &start_indices, static_multidim_array< T, x_fastest, MemLoc, Resolution... > &arr) const | tatooine::netcdf::variable< T > | inline |
read_chunk(std::vector< std::size_t > const &start_indices, std::vector< std::size_t > const &counts, std::vector< T > &arr) const | tatooine::netcdf::variable< T > | inline |
read_chunked(std::size_t const chunk_size=10) const | tatooine::netcdf::variable< T > | inline |
read_chunked(std::vector< std::size_t > const &chunk_size) const | tatooine::netcdf::variable< T > | inline |
read_single(std::vector< std::size_t > const &start_indices) const | tatooine::netcdf::variable< T > | inline |
read_single(integral auto const ... is) const | tatooine::netcdf::variable< T > | inline |
size(std::size_t i) const | tatooine::netcdf::variable< T > | inline |
size() const | tatooine::netcdf::variable< T > | inline |
this_type typedef | tatooine::netcdf::variable< T > | |
value_type typedef | tatooine::netcdf::variable< T > | |
variable(std::shared_ptr< netCDF::NcFile > &file, std::shared_ptr< std::mutex > &mutex, netCDF::NcVar const &var) | tatooine::netcdf::variable< T > | inline |
variable(variable const &)=default | tatooine::netcdf::variable< T > | |
variable(variable &&) noexcept=default | tatooine::netcdf::variable< T > | |
write(std::vector< std::size_t > const &is, T const &t) | tatooine::netcdf::variable< T > | inline |
write(std::vector< std::size_t > const &is, std::vector< std::size_t > const &count, T const *const arr) | tatooine::netcdf::variable< T > | inline |
write(T const *const arr) | tatooine::netcdf::variable< T > | inline |
write(std::vector< T > const &arr) | tatooine::netcdf::variable< T > | inline |
write(range auto const r) | tatooine::netcdf::variable< T > | inline |