summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
authorPhil Summers <phil@blindlime.org>2016-12-23 00:40:11 +0000
committerPhil Summers <phil@blindlime.org>2016-12-23 00:40:11 +0000
commit87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b (patch)
tree1ea0f6ef1d57f3f7385ea1ade2016925a033c031 /src/reference_tree.mli
parent98072015c4be78f3bb4bb048b07d261287173b81 (diff)
downloadvyconf-87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b.tar.gz
vyconf-87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b.zip
T230: Add missing data access functions to the Reference_tree module with unit tests
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 3bbfc4b..8b635d2 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -29,3 +29,15 @@ val is_multi : t -> string list -> bool
val is_hidden : t -> string list -> bool
val is_secret : t -> string list -> bool
+
+val is_tag : t -> string list -> bool
+
+val is_leaf : t -> string list -> bool
+
+val is_valueless : t -> string list -> bool
+
+val get_keep_order : t -> string list -> bool
+
+val get_owner : t -> string list -> string option
+
+val get_help_string : t -> string list -> string