zorba::ModuleInfo#include <zorba/module_info.h> Inherited from: zorba::SmartObject Information about a main or library module.Public Functions
Protected Attributes
Public FunctionsaddReferencevoid addReference() const
freevoid free()
getRefCountlong getRefCount() const
getTargetNamespacezorba::String getTargetNamespace() const =0 Return the target namespace of the module.
Returnsthe target namespace or the empty string if the module is a main module.isLibraryModulebool isLibraryModule() const =0
Returnstrue if the module is a library module, false otherwise.removeReferencevoid removeReference()
~ModuleInfo ~ModuleInfo()
Protected AttributestheRefCountunsigned int theRefCount
|