LibreOffice Module ucb (master) 1
|
#include <ftpcontainer.hxx>
Public Member Functions | |
MemoryContainer () | |
~MemoryContainer () | |
int | append (const void *pBuffer, size_t size, size_t nmemb) noexcept |
Public Attributes | |
sal_uInt32 | m_nLen |
sal_uInt32 | m_nWritePos |
void * | m_pBuffer |
Definition at line 31 of file ftpcontainer.hxx.
MemoryContainer::MemoryContainer | ( | ) |
Definition at line 60 of file ftpurl.cxx.
References m_pBuffer.
MemoryContainer::~MemoryContainer | ( | ) |
Definition at line 67 of file ftpurl.cxx.
References m_pBuffer.
|
noexcept |
Definition at line 73 of file ftpurl.cxx.
References m_pBuffer, p, and size.
Referenced by memory_write().
sal_uInt32 ftp::MemoryContainer::m_nLen |
Definition at line 46 of file ftpcontainer.hxx.
sal_uInt32 ftp::MemoryContainer::m_nWritePos |
Definition at line 46 of file ftpcontainer.hxx.
Referenced by ftp::FTPURL::list().
void* ftp::MemoryContainer::m_pBuffer |
Definition at line 47 of file ftpcontainer.hxx.
Referenced by ftp::FTPURL::list(), and ~MemoryContainer().