|
LibreOffice Module sw (master) 1
|
internal implementation class – not for external use More...
Public Types | |
| typedef Ring | node |
| typedef Ring * | node_ptr |
| typedef const Ring * | const_node_ptr |
Static Public Member Functions | |
| static node_ptr | get_next (const_node_ptr n) |
| static void | set_next (node_ptr n, node_ptr next) |
| static node_ptr | get_previous (const_node_ptr n) |
| static void | set_previous (node_ptr n, node_ptr previous) |
internal implementation class – not for external use
|
inlinestatic |
|
inlinestatic |