xo-object2: Printable+DList [WIP]

This commit is contained in:
Roland Conybeare 2026-01-05 17:10:22 -05:00
commit 287fce9b7b
9 changed files with 142 additions and 11 deletions

View file

@ -40,6 +40,9 @@ namespace xo {
/** return element at 0-based index @p ix **/
obj<AGCObject> at(size_type ix) const;
/** pretty-printing driver; combine layout+printing **/
bool pretty(const ppindentinfo & ppii) const;
/** first member of list **/
obj<AGCObject> head_;
/** remainder of list **/