|
Rosetta
|
#include <protocols/network/cloud.hh>#include <core/pose/Pose.hh>#include <core/pose/PDBInfo.hh>#include <basic/Tracer.hh>#include <basic/options/keys/cloud.OptionKeys.gen.hh>#include <basic/options/option.hh>#include <utility/io/base64.hh>#include <utility/io/zipstream.ipp>#include <utility/thread/backwards_thread_local.hh>#include <utility/json_utilities.hh>#include <httplib.h>Classes | |
| struct | protocols::network::NetworkQueue |
| struct | protocols::network::NetworkQueue::WorkUnit |
| struct | protocols::network::NetworkQueue::ServerAddress |
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::network | |
Macros | |
| #define | CPPHTTPLIB_ZLIB_SUPPORT |
Typedefs | |
| using | protocols::network::StringUP = std::unique_ptr< std::string > |
Functions | |
| static basic::Tracer | TR ("protocols.network.cloud") |
| StringUP | protocols::network::pose_to_string (core::pose::Pose const &pose) |
| bool | protocols::network::is_cloud_integration_enabled () |
| estimate if it resonable to expect for Cloud integration to work with current build settings and supplied commandline options More... | |
| void | protocols::network::post_file (std::string const &file_name, std::string const &data, bool append) |
| void | protocols::network::post_decoy (std::string const &file_name, core::pose::Pose const &pose) |
| void | protocols::network::post_decoy (core::pose::Pose const &pose) |
| #define CPPHTTPLIB_ZLIB_SUPPORT |
|
static |