X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FMapType.h;h=aa38145b4f92b88e2304b20f25b99cc96d992ae9;hb=refs%2Fchanges%2F38%2F238%2F2;hp=ec7e7ce6eb0a0e6e32d352855628f66447dfbf65;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/MapType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/MapType.h index ec7e7ce6e..aa38145b4 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/MapType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/MapType.h @@ -1,28 +1,28 @@ -#pragma once - -#include "DataType.h" - -namespace Databoard { - namespace Type { - - class DATABOARD_API MapType : public DataType { - public: - MapType(); - MapType(DataType* keyType, DataType* valueType); - - virtual ~MapType(); - - DataType* getKeyType(); - DataType* getValueType(); - void setKeyType(DataType* keyType); - void setValueType(DataType* valueType); - - virtual std::string writeOut(int indent = 0); - - protected: - - DataType* keyType; - DataType* valueType; - }; - } -} +#pragma once + +#include "DataType.h" + +namespace Databoard { + namespace Type { + + class DATABOARD_API MapType : public DataType { + public: + MapType(); + MapType(DataType* keyType, DataType* valueType); + + virtual ~MapType(); + + DataType* getKeyType(); + DataType* getValueType(); + void setKeyType(DataType* keyType); + void setValueType(DataType* valueType); + + virtual std::string writeOut(int indent = 0); + + protected: + + DataType* keyType; + DataType* valueType; + }; + } +}