|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Record1 * | get_next () |
Public Member Functions inherited from Aleph::Slink | |
| Slink () | |
| Default constructor. | |
| void | reset () noexcept |
| Reset the link so it points to itself. | |
| constexpr bool | is_empty () const noexcept |
| Return true if this link is empty (points to itself). | |
| constexpr Slink *& | get_next () noexcept |
| Return the next link. | |
| constexpr const Slink * | get_next () const noexcept |
| Return the next link (const overload). | |
| void | insert_next (Slink *p) |
Insert link p right after this. | |
| Slink * | remove_next () |
Remove the link right after this. | |
Public Attributes | |
| unsigned | n |
Additional Inherited Members | |
Protected Attributes inherited from Aleph::Slink | |
| Slink * | next |
Definition at line 33 of file testSlink.C.
|
inline |
Definition at line 37 of file testSlink.C.
References Aleph::Slink::get_next().
Referenced by main().
| unsigned Record1::n |
Definition at line 35 of file testSlink.C.
Referenced by main().