|
| | FakeReader (char const *shm_name) |
| |
| template<class Operation , class Rep , class Period > |
| std::pair< std::error_code, size_t > | Read (Operation &&op, size_t count, std::chrono::duration< Rep, Period > timeout) |
| |
| template<class Rep , class Period > |
| std::pair< std::error_code, size_t > | Skip (size_t count, std::chrono::duration< Rep, Period > timeout) |
| |
| std::error_code | Reset () |
| |
| size_t | Size () |
| |
| size_t | NumAvailable () |
| |
|
| template<class Rep , class Period > |
| static FakeReader | MakeReader (char const *shm_name, std::chrono::duration< Rep, Period > timeout) |
| |
◆ FakeReader()
| FakeReader::FakeReader |
( |
char const * |
shm_name | ) |
|
|
inline |
◆ MakeReader()
template<class Rep , class Period >
| static FakeReader FakeReader::MakeReader |
( |
char const * |
shm_name, |
|
|
std::chrono::duration< Rep, Period > |
timeout |
|
) |
| |
|
inlinestatic |
◆ NumAvailable()
| size_t FakeReader::NumAvailable |
( |
| ) |
|
|
inline |
◆ Read()
template<class Operation , class Rep , class Period >
| std::pair<std::error_code,size_t> FakeReader::Read |
( |
Operation && |
op, |
|
|
size_t |
count, |
|
|
std::chrono::duration< Rep, Period > |
timeout |
|
) |
| |
|
inline |
◆ Reset()
| std::error_code FakeReader::Reset |
( |
| ) |
|
|
inline |
◆ Size()
| size_t FakeReader::Size |
( |
| ) |
|
|
inline |
◆ Skip()
template<class Rep , class Period >
| std::pair<std::error_code,size_t> FakeReader::Skip |
( |
size_t |
count, |
|
|
std::chrono::duration< Rep, Period > |
timeout |
|
) |
| |
|
inline |
◆ m_available
| size_t FakeReader::m_available |
◆ m_sample
◆ m_size
| size_t FakeReader::m_size |
The documentation for this class was generated from the following file: