|
Qore Programming Language
0.9.16
|
34 #ifndef _QORE_CLASS_FTPCLIENT_H
36 #define _QORE_CLASS_FTPCLIENT_H
38 #include <qore/AbstractPrivateData.h>
39 #include <qore/QoreFtpClient.h>
49 DLLLOCAL
virtual ~QoreFtpClientClass() {}
52 DLLLOCAL
inline QoreFtpClientClass() {}
65 #endif // _QORE_CLASS_FTPCLIENT_H
defines a Qore-language class
Definition: QoreClass.h:239
contains constants, classes, and subnamespaces in QoreProgram objects
Definition: QoreNamespace.h:65
DLLEXPORT bool ROdereference() const
atomically decrements the reference count
Qore's string type supported by the QoreEncoding class.
Definition: QoreString.h:81
typed hash declaration
Definition: TypedHashDecl.h:44
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
unsigned qore_classid_t
used for the unique class ID for QoreClass objects
Definition: common.h:79
provides thread-safe access to FTP servers through Qore data structures
Definition: QoreFtpClient.h:71
virtual DLLLOCAL void deref()
decrements the reference count of the object without the possibility of throwing a Qore-language exce...
Definition: AbstractPrivateData.h:67
the base class for all data to be used as private data of Qore objects
Definition: AbstractPrivateData.h:44