NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include "psg_cache_blob_prop.hpp"
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include <objtools/pubseq_gateway/protobuf/psg_protobuf.pb.h>
#include "psg_cache_bytes_util.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
using | TPackBytes = CPubseqGatewayCachePackBytes |
using | TUnpackBytes = CPubseqGatewayCacheUnpackBytes |
Variables | |
USING_IDBLOB_SCOPE | |
static constexpr const unsigned | kPackedSatKeySize = 4 |
static constexpr const unsigned | kPackedLastModifiedSize = 8 |
static constexpr const unsigned | kPackedKeySize = (kPackedSatKeySize + kPackedLastModifiedSize) |
BEGIN_IDBLOB_SCOPE | USING_NCBI_SCOPE |
Definition at line 48 of file psg_cache_blob_prop.cpp.
Definition at line 49 of file psg_cache_blob_prop.cpp.
|
staticconstexpr |
Definition at line 53 of file psg_cache_blob_prop.cpp.
Referenced by CPubseqGatewayCacheBlobProp::EnumerateBlobProp(), CPubseqGatewayCacheBlobProp::Fetch(), CPubseqGatewayCacheBlobProp::FetchLast(), CPubseqGatewayCacheBlobProp::PackKey(), and CPubseqGatewayCacheBlobProp::UnpackKey().
|
staticconstexpr |
Definition at line 52 of file psg_cache_blob_prop.cpp.
Referenced by CPubseqGatewayCacheBlobProp::PackKey(), and CPubseqGatewayCacheBlobProp::UnpackKey().
|
staticconstexpr |
Definition at line 51 of file psg_cache_blob_prop.cpp.
Referenced by CPubseqGatewayCacheBlobProp::PackKey(), and CPubseqGatewayCacheBlobProp::UnpackKey().
USING_IDBLOB_SCOPE |
Definition at line 46 of file psg_cache_blob_prop.cpp.
BEGIN_IDBLOB_SCOPE USING_NCBI_SCOPE |
Definition at line 58 of file psg_cache_blob_prop.cpp.