#include "layout_reference.h" #include "layout_cursor.h" #include "layout_node.h" #include "char_layout_node.h" template LayoutCursor LayoutReference::cursor() const { return LayoutCursor(this->node()); } template LayoutCursor LayoutReference::cursor() const; template LayoutCursor LayoutReference::cursor() const;