rippled
|
Provides addresses from a static set of strings. More...
Public Types | |
using | Strings = std::vector< std::string > |
Public Member Functions | |
SourceStrings ()=default | |
virtual std::string const & | name ()=0 |
virtual void | cancel () |
virtual void | fetch (Results &results, beast::Journal journal)=0 |
Static Public Member Functions | |
static std::shared_ptr< Source > | New (std::string const &name, Strings const &strings) |
Provides addresses from a static set of strings.
Definition at line 30 of file SourceStrings.h.
Definition at line 35 of file SourceStrings.h.
|
explicitdefault |
|
static |
Definition at line 65 of file SourceStrings.cpp.
|
pure virtualinherited |
Implemented in ripple::PeerFinder::SourceStringsImp.
|
virtualinherited |
|
pure virtualinherited |
Implemented in ripple::PeerFinder::SourceStringsImp.