![]() |
My Project
|
Go to the source code of this file.
Data Structures | |
| class | sattr |
Macros | |
| #define | atKillAll(H) |
| #define | atKill(H, A) |
Typedefs | |
| typedef sattr * | attr |
Functions | |
| void * | atGet (idhdl root, const char *namename, int t, void *defaultReturnValue=NULL) |
| 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_KillAll (idhdl root, const ring r) |
| void | at_KillAll (leftv root, const ring r) |
| void | at_Kill (idhdl root, const char *namename, const ring r) |
| BOOLEAN | atATTRIB1 (leftv res, leftv a) |
| BOOLEAN | atATTRIB2 (leftv res, leftv a, leftv b) |
| BOOLEAN | atATTRIB3 (leftv res, leftv a, leftv b, leftv c) |
| BOOLEAN | atKILLATTR1 (leftv res, leftv a) |
| BOOLEAN | atKILLATTR2 (leftv res, leftv a, leftv b) |
| #define atKillAll | ( | H | ) |
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 ) |