Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::NamedPipeName Struct Reference

Utility for building platform-native named pipe endpoint names from logical names. More...

#include <File.h>

Static Public Member Functions

static Result build (StringSpan logicalName, StringPath &outName, NamedPipeNameOptions options={})
 Builds a platform-native named pipe endpoint path.
 

Detailed Description

Utility for building platform-native named pipe endpoint names from logical names.

Member Function Documentation

◆ build()

static Result SC::NamedPipeName::build ( StringSpan logicalName,
StringPath & outName,
NamedPipeNameOptions options = {} )
static

Builds a platform-native named pipe endpoint path.

Parameters
logicalNameA logical pipe name token (must not contain / or \).
outNameDestination receiving native endpoint path.
optionsOptional path generation options.
Returns
Valid Result on success.

The documentation for this struct was generated from the following file: