winss
Classes | Namespaces | Enumerations
pipe_instance.hpp File Reference
#include <windows.h>
#include <vector>
#include <queue>
#include "handle_wrapper.hpp"
#include "pipe_name.hpp"
Include dependency graph for pipe_instance.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  winss::PipeInstance
 The pipe instance which is shared between client and server. More...
 
class  winss::OutboundPipeInstance
 A pipe instance for outbound client/server. More...
 
class  winss::InboundPipeInstance
 A pipe instance for inbound client/server. More...
 

Namespaces

 winss
 

Enumerations

enum  winss::OverlappedResult { winss::REMOVE, winss::CONTINUE, winss::SKIP }
 The result of the overlapped operation. More...