:orphan: .. index:: pair: struct; tapi_storage_client_methods .. _doxid-structtapi__storage__client__methods: struct tapi_storage_client_methods ================================== .. toctree:: :hidden: Methods to operate the client. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_storage_client_methods { // fields :ref:`tapi_storage_client_method_open` :target:`open`; :ref:`tapi_storage_client_method_close` :target:`close`; :ref:`tapi_storage_client_method_pwd` :target:`pwd`; :ref:`tapi_storage_client_method_ls` :target:`ls`; :ref:`tapi_storage_client_method_cd` :target:`cd`; :ref:`tapi_storage_client_method_put` :target:`put`; :ref:`tapi_storage_client_method_get` :target:`get`; :ref:`tapi_storage_client_method_rm` :target:`rm`; :ref:`tapi_storage_client_method_mkdir` :target:`mkdir`; :ref:`tapi_storage_client_method_rmdir` :target:`rmdir`; };