#include <mem_file.h>


Public Member Functions | |
| void | wait () |
| Suspends calling thread until completion of the request. | |
| bool | poll () |
| Polls the status of the request. | |
| const char * | io_type () |
| Identifies the type of request I/O implementation. | |
| const char * mem_request::io_type | ( | ) | [virtual] |
| bool mem_request::poll | ( | ) | [virtual] |
Polls the status of the request.
true if request is completed, otherwise false Implements request.
References request::check_errors(), and wait().
| void mem_request::wait | ( | ) | [virtual] |
Suspends calling thread until completion of the request.
Implements request.
References request::check_errors().
Referenced by poll().
1.5.7.1