Class CPipeReadEndPoint

Inheritance Relationships

Base Type

Class Documentation

class CPipeReadEndPoint : public mrpt::io::CPipeBaseEndPoint

The read end-point in a pipe created with mrpt::synch::CPipe. Use the method CStream::Read() of the base class CStream for blocking reading.

Public Functions

explicit CPipeReadEndPoint(const std::string &serialized)

De-serializes one end-point description, for example, from a parent process.

inline size_t Write([[maybe_unused]] const void *Buffer, [[maybe_unused]] size_t Count) override

Read-only pipe, don’t call this method