NCBI C++ ToolKit
|
#include <connect/services/netcache_api.hpp>
#include <connect/services/grid_rw_impl.hpp>
#include <connect/connect_export.h>
#include <corelib/ncbimisc.hpp>
#include <corelib/ncbiobj.hpp>
#include <corelib/ncbistre.hpp>
#include <vector>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBlobStreamHelper |
class | CRemoteAppRequest |
Remote Application Request (both client side and application executor side) More... | |
class | CRemoteAppResult |
Remote Application Result (both client side and application executor side) More... | |
Enumerations | |
enum | EStdOutErrStorageType { eLocalFile = 0 , eBlobStorage } |
Functions | |
void | TokenizeCmdLine (const string &cmdline, vector< string > &args) |
string | JoinCmdLine (const vector< string > &args) |
Variables | |
const size_t | kMaxBlobInlineSize = 500 |
Enumerator | |
---|---|
eLocalFile | |
eBlobStorage |
Definition at line 50 of file remote_app.hpp.
Definition at line 412 of file remote_app.cpp.
Referenced by CRemoteAppRequest::x_Deserialize().
Definition at line 381 of file remote_app.cpp.
References i.
Referenced by CRemoteAppJob::Do(), and CRemoteAppRequest::x_Deserialize().
const size_t kMaxBlobInlineSize = 500 |
Definition at line 48 of file remote_app.hpp.