[#TokenPipeEnd] = TokenPipeEnd :mrdocs: One end of a token pipe. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TokenPipeEnd; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:TokenPipeEnd/Status.adoc[`Status`] | Return value constants for TokenWrite and TokenRead. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:TokenPipeEnd/2constructor-09.adoc[`TokenPipeEnd`] [.small]#[constructor]# | Constructors | xref:TokenPipeEnd/2destructor.adoc[`~TokenPipeEnd`] [.small]#[destructor]# | Closes the endpoint if still open. | xref:TokenPipeEnd/operator_assign-0b.adoc[`operator=`] | Assignment operators | xref:TokenPipeEnd/Close.adoc[`Close`] | Explicit close function. | xref:TokenPipeEnd/IsOpen.adoc[`IsOpen`] | Return whether endpoint is open. | xref:TokenPipeEnd/TokenRead.adoc[`TokenRead`] | Read token from endpoint. | xref:TokenPipeEnd/TokenWrite.adoc[`TokenWrite`] | Write token to endpoint. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#