RAVE
|
Python version of the Legacy composite handling as a factory. More...
#include "pyravecompat.h"
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pyrave_debug.h"
#include "pycompositegeneratorfactory.h"
#include "rave_alloc.h"
#include "legacycompositegeneratorfactory.h"
Macros | |
#define | raiseException_gotoTag(tag, type, msg) |
Sets a python exception and goto tag. | |
#define | raiseException_returnNULL(type, msg) |
Sets a python exception and return NULL. | |
Functions | |
PYRAVE_DEBUG_MODULE ("_legacycompositegeneratorfactory") | |
This modules name. | |
MOD_INIT (_legacycompositegeneratorfactory) | |
Python version of the Legacy composite handling as a factory.
#define raiseException_gotoTag | ( | tag, | |
type, | |||
msg ) |
Sets a python exception and goto tag.
#define raiseException_returnNULL | ( | type, | |
msg ) |
Sets a python exception and return NULL.
PYRAVE_DEBUG_MODULE | ( | "_legacycompositegeneratorfactory" | ) |
This modules name.