NCBI C++ ToolKit
Classes | Enumerations | Functions | Variables
remote_app.hpp File Reference
#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>
+ Include dependency graph for remote_app.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ EStdOutErrStorageType

Enumerator
eLocalFile 
eBlobStorage 

Definition at line 50 of file remote_app.hpp.

Function Documentation

◆ JoinCmdLine()

string JoinCmdLine ( const vector< string > &  args)

Definition at line 412 of file remote_app.cpp.

Referenced by CRemoteAppRequest::x_Deserialize().

◆ TokenizeCmdLine()

void TokenizeCmdLine ( const string cmdline,
vector< string > &  args 
)

Definition at line 381 of file remote_app.cpp.

References i.

Referenced by CRemoteAppJob::Do(), and CRemoteAppRequest::x_Deserialize().

Variable Documentation

◆ kMaxBlobInlineSize

const size_t kMaxBlobInlineSize = 500

Definition at line 48 of file remote_app.hpp.

Modified on Wed Sep 04 14:58:28 2024 by modify_doxy.py rev. 669887