The Meta-Environment API
#include <MEPT.h>
Include dependency graph for MEPT-args.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | PT_indexOfTreeInArgs (PT_Args args, PT_Tree tree) |
| Returns the index of the given tree in the list of arguments given. | |
| PT_Args | PT_removeArgsLiterals (PT_Args args) |
| Removes all literal trees from a list of arguments. | |
| PT_Args | PT_removeArgsTree (PT_Args args, PT_Tree tree) |
| Removes the given tree from the given list of arguments. | |
|
||||||||||||
|
Returns the index of the given tree in the list of arguments given.
Definition at line 53 of file MEPT-args.c. |
|
|
Removes all literal trees from a list of arguments.
Definition at line 15 of file MEPT-args.c. |
|
||||||||||||
|
Removes the given tree from the given list of arguments.
Definition at line 40 of file MEPT-args.c. |
1.4.6