OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreDynLib.h File Reference
+ Include dependency graph for OgreDynLib.h:

Go to the source code of this file.

Classes

class  Ogre::DynLib
 Resource holding data about a dynamic library. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Macros

#define DYNLIB_GETSYM(a, b)   dlsym( a, b )
 
#define DYNLIB_HANDLE   void*
 
#define DYNLIB_LOAD(a)   dlopen( a, RTLD_LAZY | RTLD_GLOBAL)
 
#define DYNLIB_UNLOAD(a)   dlclose( a )
 

Macro Definition Documentation

#define DYNLIB_GETSYM (   a,
 
)    dlsym( a, b )

Definition at line 55 of file OgreDynLib.h.

#define DYNLIB_HANDLE   void*

Definition at line 53 of file OgreDynLib.h.

#define DYNLIB_LOAD (   a)    dlopen( a, RTLD_LAZY | RTLD_GLOBAL)

Definition at line 54 of file OgreDynLib.h.

#define DYNLIB_UNLOAD (   a)    dlclose( a )

Definition at line 56 of file OgreDynLib.h.