OgreDynLib.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  Ogre

Macros

#define DYNLIB_GETSYM(a, b)
#define DYNLIB_HANDLE   void*
#define DYNLIB_LOAD(a)
#define DYNLIB_UNLOAD(a)

Macro Definition Documentation

◆ DYNLIB_GETSYM

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

Definition at line 55 of file OgreDynLib.h.

◆ DYNLIB_HANDLE

#define DYNLIB_HANDLE   void*

Definition at line 53 of file OgreDynLib.h.

◆ DYNLIB_LOAD

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

Definition at line 54 of file OgreDynLib.h.

◆ DYNLIB_UNLOAD

#define DYNLIB_UNLOAD ( a)
Value:
dlclose( a )

Definition at line 56 of file OgreDynLib.h.


Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.