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