#include <duktape_statement_reader.h>
◆ FailedStatementReader()
server_mock::DuktapeStatementReaderFactory::FailedStatementReader::FailedStatementReader |
( |
std::string |
what | ) |
|
|
inline |
◆ get_async_notices()
std::vector< AsyncNotice > server_mock::DuktapeStatementReaderFactory::FailedStatementReader::get_async_notices |
( |
| ) |
|
|
inlineoverridevirtual |
◆ get_default_exec_time()
std::chrono::microseconds server_mock::DuktapeStatementReaderFactory::FailedStatementReader::get_default_exec_time |
( |
| ) |
|
|
inlineoverridevirtual |
Returns the default execution time in microseconds.
If no default execution time is provided in json file, then 0 microseconds is returned.
Implements server_mock::StatementReaderBase.
◆ handle_statement()
void server_mock::DuktapeStatementReaderFactory::FailedStatementReader::handle_statement |
( |
const std::string & |
statement, |
|
|
ProtocolBase * |
protocol |
|
) |
| |
|
inlineoverridevirtual |
Returns the data about the next statement from the json file.
If there is no more statements it returns empty statement.
Implements server_mock::StatementReaderBase.
◆ handshake()
◆ set_session_ssl_info()
void server_mock::DuktapeStatementReaderFactory::FailedStatementReader::set_session_ssl_info |
( |
const SSL * |
| ) |
|
|
inlineoverridevirtual |
◆ what_
std::string server_mock::DuktapeStatementReaderFactory::FailedStatementReader::what_ |
|
private |
The documentation for this class was generated from the following file: