#include <gtk/gtk.h>#include "class.h"Go to the source code of this file.
Compounds | |
| struct | s_constant |
Defines | |
| #define | CONST(class) ((struct s_constant *)class) |
| #define | CONST_TYPE(const) CLASS_TYPE(const) |
| #define | const_alloc(_type, _value) |
Functions | |
| s_constant * | __const_alloc (void) |
| void | const_free (struct s_constant *) |
|
|
Value: ({ \
register struct s_constant *__myconst = __const_alloc(); \
value_set(&(CLASS(__myconst)->value), _type, _value); \
__myconst; \
}) |
|
|
constant allocation. visibility :: public
|
|
|
constant freeing. visibility :: public
|
1.2.15