My Project  debian-1:4.1.2-p1+ds-2
pyobject_setup.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
3 /** @file pyobject_setup.h
4  *
5  * @author Alexander Dreyer
6  * @date 2010-12-15
7  *
8  * This header file defines the @c blackbox setup interface for the pyobject
9  *
10  * @par Copyright:
11  * (c) 2010 by The Singular Team, see LICENSE file
12 **/
13 //*****************************************************************************
14 
15 
16 #ifndef SINGULAR_PYOBJECT_SETUP_H
17 #define SINGULAR_PYOBJECT_SETUP_H
18 
19 /// initialize blackbox support for @c pyobject; functionilty os autoloaded on demand
20 void pyobject_setup();
21 
22 /// force leading of pyobject functionality
24 
25 #endif
pyobject_ensure
BOOLEAN pyobject_ensure()
force leading of pyobject functionality
Definition: pyobject_setup.cc:48
BOOLEAN
int BOOLEAN
Definition: auxiliary.h:87
pyobject_setup
void pyobject_setup()
initialize blackbox support for pyobject; functionilty os autoloaded on demand
Definition: pyobject_setup.cc:39