netcdfpp
Header-only NetCDF C++ wrapper
Loading...
Searching...
No Matches
netCDF::Group Member List

This is the complete list of members for netCDF::Group, including all inherited members.

add_attribute(std::string name)netCDF::Groupinline
add_attribute(const Attribute &a)netCDF::Groupinline
add_dimension(std::string name)netCDF::Groupinline
add_dimension(std::string name, std::size_t len)netCDF::Groupinline
add_dimension(const Dimension &d)netCDF::Groupinline
add_dimension_variable(std::string name)netCDF::Groupinline
add_dimension_variable(std::string name, std::size_t len)netCDF::Groupinline
add_dimension_variable(const Dimension &d)netCDF::Groupinline
add_group(std::string name)netCDF::Groupinline
add_group(const Group &g, bool variable_values=false)netCDF::Groupinline
add_type_compound(std::string name, std::size_t bytes_size)netCDF::Groupinline
add_type_compound(std::string name)netCDF::Groupinline
add_type_enum(std::string name, nc_type basetype)netCDF::Groupinline
add_type_enum(std::string name)netCDF::Groupinline
add_type_opaque(std::string name, std::size_t bytes_size)netCDF::Groupinline
add_type_vlen(std::string name, nc_type basetype)netCDF::Groupinline
add_type_vlen(std::string name)netCDF::Groupinline
add_user_type(const UserType &t)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, const UserType &type, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, nc_type type, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< int > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< Dimension > &dims)netCDF::Groupinline
add_variable(std::string name, const std::vector< std::string > &dims)netCDF::Groupinline
add_variable(const Variable &v, bool with_values=false)netCDF::Groupinline
AttributenetCDF::Groupfriend
attribute(std::string name) constnetCDF::Groupinline
attributes() constnetCDF::Groupinline
check(int ret) constnetCDF::detail::Objectinlineprotected
copy_attributes(const Group &g)netCDF::Groupinline
copy_dimensions(const Group &g)netCDF::Groupinline
copy_from(const Group &g, bool variable_values=false)netCDF::Groupinline
copy_groups(const Group &g, bool variable_values=false)netCDF::Groupinline
copy_user_types(const Group &g)netCDF::Groupinline
copy_variables(const Group &g, bool variable_values=false)netCDF::Groupinline
dimension(std::string name) constnetCDF::Groupinline
DimensionnetCDF::Groupfriend
dimensions() constnetCDF::Groupinline
get_error_message(int ret)netCDF::detail::Objectinlineprotectedstatic
group(std::string name) constnetCDF::Groupinline
Group(std::shared_ptr< detail::Path > path_p)netCDF::Groupinlineexplicitprotected
groups() constnetCDF::Groupinline
id() constnetCDF::detail::Objectinline
Maybe< Group >netCDF::Groupfriend
name() constnetCDF::detail::Objectinline
Object(std::shared_ptr< Path > path_p)netCDF::detail::Objectinlineexplicitprotected
parent() constnetCDF::Groupinline
pathnetCDF::detail::Objectprotected
raise_error(int ret) constnetCDF::detail::Objectinlineprotected
rename(std::string name)netCDF::Groupinline
user_type(std::string name) constnetCDF::Groupinline
user_types() constnetCDF::Groupinline
UserTypenetCDF::Groupfriend
variable(std::string name) constnetCDF::Groupinline
VariablenetCDF::Groupfriend
variables() constnetCDF::Groupinline