ipfs-chromium
Public Member Functions | Public Attributes | List of all members
ipfs::ipld::MoreDataNeeded Struct Reference

#include <library/include/ipfs_client/ipld/dag_node.h>

Collaboration diagram for ipfs::ipld::MoreDataNeeded:
Collaboration graph
[legend]

Public Member Functions

 MoreDataNeeded (std::string one)
 
template<class Range >
 MoreDataNeeded (Range const &many)
 

Public Attributes

std::vector< std::string > ipfs_abs_paths_
 

Detailed Description

Response when the partition does not yet have all the blocks needed to fulfill the request.

Constructor & Destructor Documentation

◆ MoreDataNeeded() [1/2]

ipfs::ipld::MoreDataNeeded::MoreDataNeeded ( std::string  one)
inlineexplicit

Construct if just one piece of data is known to be needed

Parameters
oneThe /ipfs/path of the data needed

◆ MoreDataNeeded() [2/2]

template<class Range >
ipfs::ipld::MoreDataNeeded::MoreDataNeeded ( Range const &  many)
inlineexplicit

Construct from a range of needed data

Parameters
manyThe /ipfs/paths known to be needed

Member Data Documentation

◆ ipfs_abs_paths_

std::vector<std::string> ipfs::ipld::MoreDataNeeded::ipfs_abs_paths_

The paths


The documentation for this struct was generated from the following file: