LibreOffice Module io (master) 1
Classes | Typedefs | Functions
io_acceptor Namespace Reference

Classes

class  PipeAcceptor
 
class  SocketAcceptor
 

Typedefs

typedef std::unordered_set< css::uno::Reference< css::io::XStreamListener > > XStreamListener_hash_set
 

Functions

template<class T >
static void notifyListeners (SocketConnection *pCon, bool *notified, T t)
 
static void callStarted (const Reference< XStreamListener > &xStreamListener)
 
static void callClosed (const Reference< XStreamListener > &xStreamListener)
 

Typedef Documentation

◆ XStreamListener_hash_set

typedef std::unordered_set< css::uno::Reference< css::io::XStreamListener> > io_acceptor::XStreamListener_hash_set

Definition at line 43 of file acc_socket.cxx.

Function Documentation

◆ callClosed()

static void io_acceptor::callClosed ( const Reference< XStreamListener > &  xStreamListener)
static

Definition at line 127 of file acc_socket.cxx.

◆ callStarted()

static void io_acceptor::callStarted ( const Reference< XStreamListener > &  xStreamListener)
static

Definition at line 100 of file acc_socket.cxx.

◆ notifyListeners()

template<class T >
static void io_acceptor::notifyListeners ( SocketConnection *  pCon,
bool *  notified,
t 
)
static

Definition at line 83 of file acc_socket.cxx.

References t.