rippled
Public Member Functions | Public Attributes | List of all members
ripple::test::DatabaseDownloader_test::DownloadCompleter Struct Reference
Collaboration diagram for ripple::test::DatabaseDownloader_test::DownloadCompleter:
Collaboration graph
[legend]

Public Member Functions

void operator() (boost::filesystem::path dst)
 
bool waitComplete ()
 

Public Attributes

std::mutex m
 
std::condition_variable cv
 
bool called = false
 
boost::filesystem::path dest
 

Detailed Description

Definition at line 49 of file DatabaseDownloader_test.cpp.

Member Function Documentation

◆ operator()()

void ripple::test::DatabaseDownloader_test::DownloadCompleter::operator() ( boost::filesystem::path  dst)

Definition at line 57 of file DatabaseDownloader_test.cpp.

◆ waitComplete()

bool ripple::test::DatabaseDownloader_test::DownloadCompleter::waitComplete ( )

Definition at line 66 of file DatabaseDownloader_test.cpp.

Member Data Documentation

◆ m

std::mutex ripple::test::DatabaseDownloader_test::DownloadCompleter::m

Definition at line 51 of file DatabaseDownloader_test.cpp.

◆ cv

std::condition_variable ripple::test::DatabaseDownloader_test::DownloadCompleter::cv

Definition at line 52 of file DatabaseDownloader_test.cpp.

◆ called

bool ripple::test::DatabaseDownloader_test::DownloadCompleter::called = false

Definition at line 53 of file DatabaseDownloader_test.cpp.

◆ dest

boost::filesystem::path ripple::test::DatabaseDownloader_test::DownloadCompleter::dest

Definition at line 54 of file DatabaseDownloader_test.cpp.