| 
    ztsdb
    
   | 
 
  
Public Member Functions | |
| El (E *e) | |
| El * | add (E *e) | 
| El * | addfirst (E *e) | 
| El * | addafter (E *e, ElNode *&here) | 
| El * | remove_nodelete (ElNode *&here) | 
| Remove the node pointed to by 'here', but don't delete the expression.  | |
| virtual El * | clone () const | 
| virtual bool | operator== (const El &el) const | 
  Public Member Functions inherited from E | |
| E (Etype et, const loc_t &l) | |
| virtual bool | operator== (const E &o) const | 
Public Attributes | |
| unsigned | n | 
| ElNode * | begin | 
| ElNode * | end | 
  Public Attributes inherited from E | |
| Etype | etype | 
| loc_t | loc | 
 1.8.17