HDF5SilenceErrors ================= .. cpp:class:: pandas::HDF5SilenceErrors pandas C++ class. Example ------- .. code-block:: cpp #include using namespace pandas; // Use HDF5SilenceErrors HDF5SilenceErrors obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``HDF5SilenceErrors(const HDF5SilenceErrors&) = delete`` - pd_hdf5.h:38 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``H5Eget_auto2(H5E_DEFAULT, &old_func_, &old_client_data_)`` - - pd_hdf5.h:32 - * - ``H5Eset_auto2(H5E_DEFAULT, nullptr, nullptr)`` - - pd_hdf5.h:33 - * - ``H5Eset_auto2(H5E_DEFAULT, old_func_, old_client_data_)`` - - pd_hdf5.h:36 -