NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <connect/services/netstorage.hpp>
#include <connect/services/impl/netstorage_impl.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SData |
struct | SLazyInitData |
struct | SNetStorageObjectInfoImpl |
Typedefs | |
typedef ENetStorageObjectLocation | TLocation |
Functions | |
CNetStorageObjectInfo | g_CreateNetStorageObjectInfo (const string &object_loc, ENetStorageObjectLocation location, const CNetStorageObjectLoc *object_loc_struct, Uint8 file_size, CJsonNode::TInstance storage_specific_info) |
CNetStorageObjectInfo | g_CreateNetStorageObjectInfo (const CJsonNode &object_info_node) |
typedef ENetStorageObjectLocation TLocation |
Definition at line 40 of file netstorageobjectinfo.cpp.
CNetStorageObjectInfo g_CreateNetStorageObjectInfo | ( | const CJsonNode & | object_info_node | ) |
Definition at line 244 of file netstorageobjectinfo.cpp.
CNetStorageObjectInfo g_CreateNetStorageObjectInfo | ( | const string & | object_loc, |
ENetStorageObjectLocation | location, | ||
const CNetStorageObjectLoc * | object_loc_struct, | ||
Uint8 | file_size, | ||
CJsonNode::TInstance | storage_specific_info | ||
) |
Definition at line 234 of file netstorageobjectinfo.cpp.
References location, and CNetStorageObjectLoc::ToJSON().
Referenced by SNetStorage_NetCacheBlob::GetInfo(), SNetStorageObjectRPC::GetInfo(), NDirectNetStorageImpl::CNotFound::GetInfo(), NDirectNetStorageImpl::CNetCache::GetInfo(), and NDirectNetStorageImpl::CFileTrack::GetInfo().