|
Qore Programming Language
0.9.16
|
32 #ifndef _QORE_CLASS_DIR_H
34 #define _QORE_CLASS_DIR_H
42 #include "qore/intern/QoreDir.h"
46 DLLLOCAL
virtual ~Dir() {}
54 #endif // _QORE_CLASS_DIR_H
const DLLEXPORT QoreEncoding * QCS_DEFAULT
the default encoding for the Qore library
defines a Qore-language class
Definition: QoreClass.h:239
provides controlled access to the filesystem through directories
Definition: QoreDir.h:52
contains constants, classes, and subnamespaces in QoreProgram objects
Definition: QoreNamespace.h:65
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
the base class for all data to be used as private data of Qore objects
Definition: AbstractPrivateData.h:44
defines string encoding functions in Qore
Definition: QoreEncoding.h:83