Classes | Namespaces | Defines

OgreDynLib.h File Reference

#include "OgrePrerequisites.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  Ogre

Defines

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

Define Documentation

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

Definition at line 45 of file OgreDynLib.h.

#define DYNLIB_HANDLE   void*

Definition at line 43 of file OgreDynLib.h.

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

Definition at line 44 of file OgreDynLib.h.

#define DYNLIB_UNLOAD (   a  )     dlclose( a )

Definition at line 46 of file OgreDynLib.h.


Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Nov 3 2010 19:24:52