]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 #pragma once\r
2 \r
3 #include "DataType.h"\r
4 \r
5 namespace Databoard {\r
6         namespace Type {\r
7 \r
8                 class DATABOARD_API BooleanType : public DataType {\r
9                 public:\r
10                         BooleanType();\r
11 \r
12                         virtual ~BooleanType();\r
13 \r
14                         virtual std::string writeOut(int indent = 0);\r
15 \r
16 \r
17                 protected:\r
18 \r
19                 };\r
20         }\r
21 }\r