rippled
|
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 |
Definition at line 49 of file DatabaseDownloader_test.cpp.
void ripple::test::DatabaseDownloader_test::DownloadCompleter::operator() | ( | boost::filesystem::path | dst | ) |
Definition at line 57 of file DatabaseDownloader_test.cpp.
bool ripple::test::DatabaseDownloader_test::DownloadCompleter::waitComplete | ( | ) |
Definition at line 66 of file DatabaseDownloader_test.cpp.
std::mutex ripple::test::DatabaseDownloader_test::DownloadCompleter::m |
Definition at line 51 of file DatabaseDownloader_test.cpp.
std::condition_variable ripple::test::DatabaseDownloader_test::DownloadCompleter::cv |
Definition at line 52 of file DatabaseDownloader_test.cpp.
bool ripple::test::DatabaseDownloader_test::DownloadCompleter::called = false |
Definition at line 53 of file DatabaseDownloader_test.cpp.
boost::filesystem::path ripple::test::DatabaseDownloader_test::DownloadCompleter::dest |
Definition at line 54 of file DatabaseDownloader_test.cpp.