Skip to content
Snippets Groups Projects
Commit fafcc3d9 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

set to Object

parent 956d8935
No related branches found
No related tags found
1 merge request!60Dev
Pipeline #28890 passed
...@@ -46,6 +46,7 @@ public: ...@@ -46,6 +46,7 @@ public:
abstraction::CastRegistry::registerCast < long, int > ( "long", ext::to_string < int > ( ) ); abstraction::CastRegistry::registerCast < long, int > ( "long", ext::to_string < int > ( ) );
   
abstraction::CastRegistry::registerCastAlgorithm < const ext::set < object::Object > &, const object::Object & > ( "SetOfObjects", ext::to_string < object::Object > ( ), denormalizeSetObject, true ); abstraction::CastRegistry::registerCastAlgorithm < const ext::set < object::Object > &, const object::Object & > ( "SetOfObjects", ext::to_string < object::Object > ( ), denormalizeSetObject, true );
abstraction::CastRegistry::registerCast < object::Object, const ext::set < object::Object > & > ( "DefaultStateType", ext::to_string < const ext::set < object::Object > & > ( ), true );
   
abstraction::ContainerRegistry::registerSet < int > ( ); abstraction::ContainerRegistry::registerSet < int > ( );
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment