X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FValue.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FValue.h;h=d5981bd8b1a44d8403dfcce4db308cbf92d43b78;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=f219c75f32a83d4b83346f58795cee83ab3cd88d;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Value.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Value.h index f219c75f3..d5981bd8b 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Value.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Value.h @@ -1,37 +1,37 @@ -#pragma once - -#include "DataBoardAPI.h" - -#include - -namespace Databoard { - - namespace Type { - class DataType; - } - - namespace Value { - - class DATABOARD_API Value { - public: - Value(Databoard::Type::DataType* dataBoard); - virtual ~Value(); - - void* getObject(); - Databoard::Type::DataType* type(); - void freeType(); - - virtual std::string writeOut(int indent = 0); - - virtual bool equals(const Value* other); - - virtual std::string isValid(); - - protected: - void* object; - - Databoard::Type::DataType* dataBoard; - - }; - } -} +#pragma once + +#include "DataBoardAPI.h" + +#include + +namespace Databoard { + + namespace Type { + class DataType; + } + + namespace Value { + + class DATABOARD_API Value { + public: + Value(Databoard::Type::DataType* dataBoard); + virtual ~Value(); + + void* getObject(); + Databoard::Type::DataType* type(); + void freeType(); + + virtual std::string writeOut(int indent = 0); + + virtual bool equals(const Value* other); + + virtual std::string isValid(); + + protected: + void* object; + + Databoard::Type::DataType* dataBoard; + + }; + } +}