COVISE Core
Classes | Namespaces | Macros
coGRMsg.h File Reference
#include <string>
#include <vector>
#include <util/coExport.h>
Include dependency graph for coGRMsg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grmsg::coGRMsg
 

Namespaces

namespace  grmsg
 

Macros

#define COGRMSG_SAFEFREE(x)
 

Macro Definition Documentation

◆ COGRMSG_SAFEFREE

#define COGRMSG_SAFEFREE (   x)
Value:
if (x) \
{ \
free(x); \
x = NULL; \
}
#define NULL
Definition: covise_list.h:22
GLint GLint GLint GLint GLint x
Definition: khronos-glext.h:6346