GListBase Class Reference
Inheritance diagram for GListBase:

Detailed Description
Definition at line 732 of file GContainer.h.
Public Member Functions | |
| ~GListBase () | |
| GListBase & | operator= (const GListBase &gl) |
| GPosition | firstpos () const |
| GPosition | lastpos () const |
| int | isempty () const |
| GPosition | nth (unsigned int n) const |
| void | empty () |
Protected Member Functions | |
| GListBase (const Traits &traits) | |
| GListBase (const GListBase &ref) | |
| void | append (Node *n) |
| void | prepend (Node *n) |
| void | insert_after (GPosition pos, Node *n) |
| void | insert_before (GPosition pos, Node *n) |
| void | insert_before (GPosition pos, GListBase &fromlist, GPosition &frompos) |
| void | del (GPosition &pos) |
Protected Attributes | |
| const Traits & | traits |
| int | nelem |
| Node | head |
The documentation for this class was generated from the following files:

