|
Qore Programming Language
0.8.3
|
the root namespace of a QoreProgram object More...
#include <QoreNamespace.h>
Public Member Functions | |
| DLLEXPORT QoreNamespace * | rootGetQoreNamespace () const |
| returns a pointer to the QoreNamespace for the "Qore" namespace | |
| DLLLOCAL RootQoreNamespace * | copy (int64 po=PO_DEFAULT) const |
| returns a deep copy of the namespace | |
the root namespace of a QoreProgram object
is a specialization of QoreNamespace that provides functionality specific to the root namespace this class' constructor and destructors are private, so the class may change without affecting the library's ABI
| DLLLOCAL RootQoreNamespace* RootQoreNamespace::copy | ( | int64 | po = PO_DEFAULT | ) | const |
returns a deep copy of the namespace
| po | parse options to use when copying the namespace |
Reimplemented from QoreNamespace.
| DLLEXPORT QoreNamespace* RootQoreNamespace::rootGetQoreNamespace | ( | ) | const |
returns a pointer to the QoreNamespace for the "Qore" namespace