There was an error fetching the commit references. Please try again later.
New way of (de)serialization of objects into TNL::File using operator<< and...
New way of (de)serialization of objects into TNL::File using operator<< and operator>> (starting with string) This is nicer and safer (thanks to exceptions) than save/load functions. Moreover, it breaks the last cyclic dependency between TNL classes.
Showing
- src/Python/pytnl/tnl/String.cpp 2 additions, 7 deletionssrc/Python/pytnl/tnl/String.cpp
- src/TNL/Exceptions/FileDeserializationError.h 31 additions, 0 deletionssrc/TNL/Exceptions/FileDeserializationError.h
- src/TNL/Exceptions/FileSerializationError.h 31 additions, 0 deletionssrc/TNL/Exceptions/FileSerializationError.h
- src/TNL/File.h 6 additions, 0 deletionssrc/TNL/File.h
- src/TNL/File_impl.h 27 additions, 0 deletionssrc/TNL/File_impl.h
- src/TNL/Object_impl.h 9 additions, 13 deletionssrc/TNL/Object_impl.h
- src/TNL/String.cpp 0 additions, 28 deletionssrc/TNL/String.cpp
- src/TNL/String.h 0 additions, 15 deletionssrc/TNL/String.h
- src/UnitTests/StringTest.cpp 2 additions, 2 deletionssrc/UnitTests/StringTest.cpp
Loading
Please register or sign in to comment