[#BloombergLP-bdls-PipeUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::PipeUtil :relfileprefix: ../../ :mrdocs: This struct contains utility methods for platform‐independent named pipe operations. == Synopsis Declared in `<bdls_pipeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PipeUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdls/PipeUtil/isOpenForReading.adoc[`isOpenForReading`] | Return whether the named pipe is open for reading. | xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-05.adoc[`makeCanonicalName`] | Load the canonical pipe name for `baseName` into `pipeName`. | xref:BloombergLP/bdls/PipeUtil/send.adoc[`send`] | Send the specified `message` to the pipe with the specified `pipeName`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#