#include <QoreNamespace.h>
Public Member Functions | |
DLLEXPORT QoreNamespace * | rootGetQoreNamespace () const |
returns a pointer to the QoreNamespace for the "Qore" namespace | |
DLLLOCAL RootQoreNamespace * | copy (int po=0) const |
returns a deep copy of the namespace |
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 | ( | int | po = 0 |
) | 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