TokenPipeEnd

One end of a token pipe.

Synopsis

Declared in <util/tokenpipe.h>

class TokenPipeEnd;

Enums

NameDescription
Status Return value constants for TokenWrite and TokenRead.

Member Functions

NameDescription
TokenPipeEnd [constructor]Constructors
~TokenPipeEnd [destructor]Closes the endpoint if still open.
operator= Assignment operators
Close Explicit close function.
IsOpen Return whether endpoint is open.
TokenRead Read token from endpoint.
TokenWrite Write token to endpoint.