Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

_ISharedObject_Namespace Class Reference

Just a "namespace class". More...

#include <sharedobject.h>

Inheritance diagram for _ISharedObject_Namespace:

Inheritance graph
[legend]
List of all members.

Public Types

enum  Flags { BindLazy = G_MODULE_BIND_LAZY, BindLocal = G_MODULE_BIND_LOCAL }

Detailed Description

Just a "namespace class".

For internal use only.

Author:
Wolfgang Wieser ] wwieser (a) gmx <*> de [
This class if a "namespace" for the the SharedObject::Flags like BindLazy and BindLocal.

Definition at line 42 of file sharedobject.h.


Member Enumeration Documentation

enum _ISharedObject_Namespace::Flags
 

Enumeration values:
BindLazy  BindLazy specifies that symbols are only resolved when needed. The default action is to bind all symbols when the module is loaded.
BindLocal  BindLocal specifies that symbols in the module should not be added to the global name space. The default action on most platforms is to place symbols in the module in the global name space, which may cause conflicts with existing symbols.

Definition at line 45 of file sharedobject.h.


The documentation for this class was generated from the following file:
Generated on Sat Feb 19 22:35:21 2005 for Ray by doxygen 1.3.5