]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/ArrayType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / ArrayType.h
index 8c78cebf79eabd97323cb9e5bdbb2c2aca957eac..4c82ebd28281c8a3a2a35e2f9ea9d60db7068f2b 100644 (file)
@@ -1,40 +1,40 @@
-#pragma once\r
-\r
-#include "DataBoardAPI.h"\r
-\r
-#include "DataType.h"\r
-\r
-#include <climits>\r
-\r
-namespace Databoard {\r
-\r
-       class Range;\r
-\r
-       namespace Type {\r
-\r
-               class DATABOARD_API ArrayType : public DataType {\r
-               public:\r
-                       ArrayType();\r
-                       ArrayType(DataType* componentType);\r
-                       ArrayType(DataType* componentType, Range* length);\r
-\r
-                       virtual ~ArrayType();\r
-\r
-                       DataType* getComponentType();\r
-                       void setComponentType(DataType* componentType);\r
-                       int minLength();\r
-                       int maxLength();\r
-                       Range* getLength();\r
-                       void setLength(Range* length);\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-               protected:\r
-\r
-                       DataType* componentType;\r
-                       Range* length;\r
-\r
-\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataBoardAPI.h"
+
+#include "DataType.h"
+
+#include <climits>
+
+namespace Databoard {
+
+       class Range;
+
+       namespace Type {
+
+               class DATABOARD_API ArrayType : public DataType {
+               public:
+                       ArrayType();
+                       ArrayType(DataType* componentType);
+                       ArrayType(DataType* componentType, Range* length);
+
+                       virtual ~ArrayType();
+
+                       DataType* getComponentType();
+                       void setComponentType(DataType* componentType);
+                       int minLength();
+                       int maxLength();
+                       Range* getLength();
+                       void setLength(Range* length);
+
+                       virtual std::string writeOut(int indent = 0);
+
+               protected:
+
+                       DataType* componentType;
+                       Range* length;
+
+
+               };
+       }
+}