LibreOffice Module desktop (master) 1
Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
desktop::PipeIpcThread Class Reference
Inheritance diagram for desktop::PipeIpcThread:
[legend]
Collaboration diagram for desktop::PipeIpcThread:
[legend]

Static Public Member Functions

static RequestHandler::Status enable (rtl::Reference< IpcThread > *thread)
 
- Static Public Member Functions inherited from salhelper::Thread
static void * operator new (std::size_t size)
 
static void operator delete (void *pointer)
 
- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 

Private Member Functions

 PipeIpcThread (osl::Pipe pipe)
 
virtual ~PipeIpcThread () override
 
void execute () override
 
void close () override
 

Private Attributes

osl::Pipe pipe_
 

Additional Inherited Members

- Public Member Functions inherited from desktop::IpcThread
void start (RequestHandler *handler)
 
virtual void close ()=0
 
- Public Member Functions inherited from salhelper::Thread
 Thread (char const *name)
 
void launch ()
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 
- Protected Member Functions inherited from desktop::IpcThread
 IpcThread (char const *name)
 
virtual ~IpcThread () override
 
bool process (OString const &arguments, bool *waitProcessed)
 
- Protected Member Functions inherited from salhelper::Thread
virtual ~Thread () SAL_OVERRIDE
 
virtual void execute ()=0
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from desktop::IpcThread
RequestHandlerm_handler
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 378 of file officeipcthread.cxx.

Constructor & Destructor Documentation

◆ PipeIpcThread()

desktop::PipeIpcThread::PipeIpcThread ( osl::Pipe  pipe)
inlineexplicitprivate

Definition at line 383 of file officeipcthread.cxx.

Referenced by enable().

◆ ~PipeIpcThread()

virtual desktop::PipeIpcThread::~PipeIpcThread ( )
inlineoverrideprivatevirtual

Definition at line 387 of file officeipcthread.cxx.

Member Function Documentation

◆ close()

void desktop::PipeIpcThread::close ( )
inlineoverrideprivatevirtual

Implements desktop::IpcThread.

Definition at line 391 of file officeipcthread.cxx.

References pipe_.

◆ enable()

RequestHandler::Status desktop::PipeIpcThread::enable ( rtl::Reference< IpcThread > *  thread)
static

◆ execute()

void desktop::PipeIpcThread::execute ( )
overrideprivatevirtual

Member Data Documentation

◆ pipe_

osl::Pipe desktop::PipeIpcThread::pipe_
private

Definition at line 393 of file officeipcthread.cxx.

Referenced by close(), and execute().


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