Added TSMultiTree, a variant of TSTree that allows for multiple values to be stored
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 26 Apr 2014 13:14:03 +0200
changeset 3254 7e2148318ccc
parent 3253 5c005be2975e
child 3255 3fc7f785d51f
Added TSMultiTree, a variant of TSTree that allows for multiple values to be stored under the same key.
Make.spec
--- a/Make.spec	Sat Apr 26 13:13:53 2014 +0200
+++ b/Make.spec	Sat Apr 26 13:14:03 2014 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.104 2014-04-16 22:31:35 cg Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.spec,v 1.105 2014-04-26 11:14:03 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libbasic2.
@@ -118,6 +118,7 @@
 	StringPattern \
 	StringUtilities \
 	TSTree \
+	TSTreeNode \
 	TerminalSession \
 	Text \
 	TextStream \
@@ -155,6 +156,8 @@
 	SignedIntegerArray \
 	SignedLongIntegerArray \
 	SignedWordArray \
+	TSMultiTree \
+	TSMultiTreeNode \
 	TimedPromise \
 	UDSocketAddress \
 	Unicode32String \
@@ -239,6 +242,7 @@
     $(OUTDIR_SLASH)StringPattern.$(O) \
     $(OUTDIR_SLASH)StringUtilities.$(O) \
     $(OUTDIR_SLASH)TSTree.$(O) \
+    $(OUTDIR_SLASH)TSTreeNode.$(O) \
     $(OUTDIR_SLASH)TerminalSession.$(O) \
     $(OUTDIR_SLASH)Text.$(O) \
     $(OUTDIR_SLASH)TextStream.$(O) \
@@ -276,6 +280,8 @@
     $(OUTDIR_SLASH)SignedIntegerArray.$(O) \
     $(OUTDIR_SLASH)SignedLongIntegerArray.$(O) \
     $(OUTDIR_SLASH)SignedWordArray.$(O) \
+    $(OUTDIR_SLASH)TSMultiTree.$(O) \
+    $(OUTDIR_SLASH)TSMultiTreeNode.$(O) \
     $(OUTDIR_SLASH)TimedPromise.$(O) \
     $(OUTDIR_SLASH)UDSocketAddress.$(O) \
     $(OUTDIR_SLASH)Unicode32String.$(O) \