]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / BooleanType.h
diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h
new file mode 100644 (file)
index 0000000..83de786
--- /dev/null
@@ -0,0 +1,21 @@
+#pragma once\r
+\r
+#include "DataType.h"\r
+\r
+namespace Databoard {\r
+       namespace Type {\r
+\r
+               class DATABOARD_API BooleanType : public DataType {\r
+               public:\r
+                       BooleanType();\r
+\r
+                       virtual ~BooleanType();\r
+\r
+                       virtual std::string writeOut(int indent = 0);\r
+\r
+\r
+               protected:\r
+\r
+               };\r
+       }\r
+}\r