#include <DDL.h>
Public Member Functions | |
| DDL () | |
| DDL (Word w, bool bFreelyReduce=true) | |
| ~DDL () | |
| void | append (int v) |
| void | delend () |
| Word | toWord () |
| void | delcur (DDLNode *p) |
| void | insertA (DDLNode *p, int v) |
| void | insertA (DDLNode *p, Word w) |
Public Attributes | |
| DDLNode * | first |
| DDLNode * | last |
| int | len |
Definition at line 34 of file DDL.h.
| DDL::DDL | ( | Word | w, | |
| bool | bFreelyReduce = true | |||
| ) |
| DDL::~DDL | ( | ) |
| void DDL::append | ( | int | v | ) |
| void DDL::delend | ( | ) |
| Word DDL::toWord | ( | ) |
| void DDL::delcur | ( | DDLNode * | p | ) |
| void DDL::insertA | ( | DDLNode * | p, | |
| int | v | |||
| ) |
1.5.6