![]() |
My Project
|
#include "kernel/mod2.h"#include "misc/options.h"#include "misc/intvec.h"#include "polys/matpol.h"#include "kernel/polys.h"#include "kernel/ideals.h"#include "Singular/tok.h"#include "Singular/ipid.h"#include "Singular/ipshell.h"#include "Singular/attrib.h"Go to the source code of this file.
Functions | |
| static void | attr_free (attr h, const ring r=currRing) |
| void * | atGet (idhdl root, const char *namename, int t, void *defaultReturnValue) |
| void * | atGet (leftv root, const char *namename, int t) |
| void | atSet (idhdl root, char *namename, void *data, int typ) |
| void | atSet (leftv root, char *namename, void *data, int typ) |
| void | at_Kill (idhdl root, const char *namename, const ring r) |
| void | at_KillAll (idhdl root, const ring r) |
| void | at_KillAll (leftv root, const ring r) |
| BOOLEAN | atATTRIB1 (leftv res, leftv v) |
| BOOLEAN | atATTRIB2 (leftv res, leftv v, leftv b) |
| BOOLEAN | atATTRIB3 (leftv, leftv v, leftv b, leftv c) |
| BOOLEAN | atKILLATTR1 (leftv, leftv a) |
| BOOLEAN | atKILLATTR2 (leftv, leftv a, leftv b) |
Variables | |
| STATIC_VAR omBin | sattr_bin = omGetSpecBin(sizeof(sattr)) |
Definition at line 282 of file attrib.cc.
Definition at line 374 of file attrib.cc.
| void atSet | ( | idhdl | root, |
| char * | name, | ||
| void * | data, | ||
| int | typ ) |
| void atSet | ( | leftv | root, |
| char * | name, | ||
| void * | data, | ||
| int | typ ) |
| STATIC_VAR omBin sattr_bin = omGetSpecBin(sizeof(sattr)) |