library.h File Reference

Declaration of Library class. More...

#include "gpucalc/object.h"

Go to the source code of this file.

Namespaces

namespace  gpucalc

Classes

class  gpucalc::Library
 This class represnt dynamically loaded libraries (DLLs). More...

Defines

#define LIBRARY_GETSYM(a, b)   dlsym(a, b)
#define LIBRARY_HANDLE   void *
#define LIBRARY_LOAD(a)   dlopen(a, RTLD_LAZY | RTLD_GLOBAL)
#define LIBRARY_UNLOAD(a)   dlclose(a)

Variables

const char gpucalc::_LibraryClassName [] = "Library"


Detailed Description

Declaration of Library class.

Author:
Kutumov Alexey

OGRE

Date:
2008
Version:
0.7.8

Definition in file library.h.


Define Documentation

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

Definition at line 44 of file library.h.

#define LIBRARY_HANDLE   void *

Definition at line 42 of file library.h.

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

Definition at line 43 of file library.h.

#define LIBRARY_UNLOAD (  )     dlclose(a)

Definition at line 45 of file library.h.


Generated on Thu Mar 5 22:36:42 2009 for gpucalc by  doxygen 1.5.6