LibreOffice Module desktop (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
desktop::IpcThread Class Referenceabstract
Inheritance diagram for desktop::IpcThread:
[legend]
Collaboration diagram for desktop::IpcThread:
[legend]

Public Member Functions

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

 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

RequestHandlerm_handler
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Additional Inherited Members

- 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)
 

Detailed Description

Definition at line 359 of file officeipcthread.cxx.

Constructor & Destructor Documentation

◆ IpcThread()

desktop::IpcThread::IpcThread ( char const *  name)
inlineexplicitprotected

Definition at line 369 of file officeipcthread.cxx.

References name.

◆ ~IpcThread()

virtual desktop::IpcThread::~IpcThread ( )
inlineoverrideprotectedvirtual

Definition at line 371 of file officeipcthread.cxx.

Member Function Documentation

◆ close()

virtual void desktop::IpcThread::close ( )
pure virtual

Implemented in desktop::PipeIpcThread.

◆ process()

bool desktop::IpcThread::process ( OString const &  arguments,
bool *  waitProcessed 
)
protected

◆ start()

void desktop::IpcThread::start ( RequestHandler handler)
inline

Definition at line 361 of file officeipcthread.cxx.

References salhelper::Thread::launch(), and m_handler.

Member Data Documentation

◆ m_handler

RequestHandler* desktop::IpcThread::m_handler
protected

Definition at line 375 of file officeipcthread.cxx.

Referenced by desktop::PipeIpcThread::execute(), process(), and start().


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