TerraLib 4.1
__GLimportsRec Struct Reference

#include <glcore.h>

List of all members.

Public Member Functions

char *CAPI getenv (__GLcontext *gc, const char *var)
 int (CAPI *atoi)(__GLcontext *gc
 int (CAPI *sprintf)(__GLcontext *gc
char const char void *CAPI fopen (__GLcontext *gc, const char *path, const char *mode)
 int (CAPI *fclose)(__GLcontext *gc
 int (CAPI *fprintf)(__GLcontext *gc
char *CAPI getenv (__GLcontext *gc, const char *var)
 int (CAPI *atoi)(__GLcontext *gc
 int (CAPI *sprintf)(__GLcontext *gc
char const char void *CAPI fopen (__GLcontext *gc, const char *path, const char *mode)
 int (CAPI *fclose)(__GLcontext *gc
 int (CAPI *fprintf)(__GLcontext *gc

Public Attributes

void *(* malloc )(__GLcontext *gc, size_t size)
void *(* calloc )(__GLcontext *gc, size_t numElem, size_t elemSize)
void *(* realloc )(__GLcontext *gc, void *oldAddr, size_t newSize)
void(* free )(__GLcontext *gc, void *addr)
void(* warning )(__GLcontext *gc, char *fmt)
void(* fatal )(__GLcontext *gc, char *fmt)
const char * str
char * str
char const char * fmt
void * stream
void const char * fmt
void const char
__GLdrawablePrivate *(* 
getDrawablePrivate )(__GLcontext *gc)
__GLdrawablePrivate *(* getReadablePrivate )(__GLcontext *gc)
void * other

Member Function Documentation

char const char void* CAPI __GLimportsRec::fopen ( __GLcontext gc,
const char *  path,
const char *  mode 
)
char const char void* CAPI __GLimportsRec::fopen ( __GLcontext gc,
const char *  path,
const char *  mode 
)
char* CAPI __GLimportsRec::getenv ( __GLcontext gc,
const char *  var 
)
char* CAPI __GLimportsRec::getenv ( __GLcontext gc,
const char *  var 
)
__GLimportsRec::int ( CAPI *  sprintf)
__GLimportsRec::int ( CAPI *  atoi)
__GLimportsRec::int ( CAPI *  sprintf)
__GLimportsRec::int ( CAPI *  fprintf)
__GLimportsRec::int ( CAPI *  fprintf)
__GLimportsRec::int ( CAPI *  atoi)
__GLimportsRec::int ( CAPI *  fclose)
__GLimportsRec::int ( CAPI *  fclose)

Member Data Documentation

void *(* __GLimportsRec::calloc)(__GLcontext *gc, size_t numElem, size_t elemSize)
void(* __GLimportsRec::fatal)(__GLcontext *gc, char *fmt)
void const char * __GLimportsRec::fmt
void const char* __GLimportsRec::fmt
void(* __GLimportsRec::free)(__GLcontext *gc, void *addr)
void *(* __GLimportsRec::malloc)(__GLcontext *gc, size_t size)
void *(* __GLimportsRec::realloc)(__GLcontext *gc, void *oldAddr, size_t newSize)

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines