mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
LayoutCursor
This commit is contained in:
11
tree_reference.cpp
Normal file
11
tree_reference.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "tree_reference.h"
|
||||
#include "char_layout_node.h"
|
||||
#include "cursor.h"
|
||||
|
||||
template <typename T>
|
||||
Cursor TreeReference<T>::treeCursor() {
|
||||
return Cursor(node());
|
||||
}
|
||||
|
||||
template Cursor TreeReference<TreeNode>::treeCursor();
|
||||
template Cursor TreeReference<CharLayoutNode>::treeCursor();
|
||||
Reference in New Issue
Block a user