NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <algorithm>
#include "netschedule_api_impl.hpp"
#include <connect/services/netschedule_key.hpp>
#include <connect/services/netschedule_api_expt.hpp>
#include <corelib/ncbistr.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NS_KEY_V1_PREFIX "JSID_01_" |
#define | NS_KEY_V1_PREFIX_LEN (sizeof(NS_KEY_V1_PREFIX) - 1) |
#define | MAX_INT_TO_STR_LEN(type) (sizeof(type) * 3 / 2) |
Definition at line 169 of file netschedule_key.cpp.
#define NS_KEY_V1_PREFIX "JSID_01_" |
Definition at line 49 of file netschedule_key.cpp.
#define NS_KEY_V1_PREFIX_LEN (sizeof(NS_KEY_V1_PREFIX) - 1) |
Definition at line 50 of file netschedule_key.cpp.