NCBI C++ ToolKit
|
#include <connect/services/netservice_protocol_parser.hpp>
#include <connect/services/compound_id.hpp>
#include <string>
#include "ns_types.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SNSCommandArguments |
Typedefs | |
typedef long | TDumpFields |
Enumerations | |
enum | EDumpFields { eId = (1 << 0) , eKey = (1 << 1) , eStatus = (1 << 2) , eLastTouch = (1 << 3) , eEraseTime = (1 << 4) , eRunExpiration = (1 << 5) , eReadExpiration = (1 << 6) , eSubmitNotifPort = (1 << 7) , eSubmitNotifExpiration = (1 << 8) , eListenerNotif = (1 << 9) , eListenerNotifExpiration = (1 << 10) , eEvents = (1 << 11) , eRunCounter = (1 << 12) , eReadCounter = (1 << 13) , eAffinity = (1 << 14) , eGroup = (1 << 15) , eMask = (1 << 16) , eInput = (1 << 17) , eOutput = (1 << 18) , eProgressMsg = (1 << 19) , eRemoteClientSID = (1 << 20) , eRemoteClientIP = (1 << 21) , eNcbiPHID = (1 << 22) , eNeedSubmitProgressMsgNotif = (1 << 23) , eNeedListenerProgressMsgNotif = (1 << 24) , eNeedStolenNotif = (1 << 25) , eGCEraseTime = (1 << 26) , eScope = (1 << 27) , eAll } |
typedef long TDumpFields |
Definition at line 85 of file ns_command_arguments.hpp.
enum EDumpFields |
Definition at line 45 of file ns_command_arguments.hpp.