xo-object2: Printable+DList [WIP]
This commit is contained in:
parent
6b22aab6fb
commit
287fce9b7b
9 changed files with 142 additions and 11 deletions
|
|
@ -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 **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue