#include <parser-structs.h>
Inheritance diagram for n_arglist:


Public Member Functions | |
| n_arglist (const n_arg *, const n_arglist *) | |
Public Attributes | |
| vector< c_term * > | terms |
|
||||||||||||
|
Constructor taking the car and cdr of a linked list of arguments/elements. |
|
|
The list of arguments/elements in the list from this point. |
1.3.9.1