![]() |
My Project
|
Go to the source code of this file.
Functions | |
| void | newstruct_setup (const char *namename, newstruct_desc d) |
| int | newstruct_desc_size () |
| newstruct_desc | newstructFromString (const char *s) |
| newstruct_desc | newstructChildFromString (const char *p, const char *s) |
| BOOLEAN | newstruct_set_proc (const char *namename, const char *func, int args, procinfov p) |
| void | newstructShow (newstruct_desc d) |
| int newstruct_desc_size | ( | ) |
Definition at line 42 of file newstruct.cc.
Definition at line 857 of file newstruct.cc.
| void newstruct_setup | ( | const char * | name, |
| newstruct_desc | d ) |
Definition at line 699 of file newstruct.cc.
Definition at line 810 of file newstruct.cc.
| newstruct_desc newstructFromString | ( | const char * | s | ) |
Definition at line 803 of file newstruct.cc.
| void newstructShow | ( | newstruct_desc | d | ) |
Definition at line 837 of file newstruct.cc.