|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2023-02-16
|
|
* Created: 2023-02-16
|
|
-* Changed: 2023-05-18
|
|
|
|
|
|
+* Changed: 2023-05-19
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -35,7 +35,7 @@ namespace ls::std::io
|
|
ls::std::io::SerializableSectionPairParameter parameter{};
|
|
ls::std::io::SerializableSectionPairParameter parameter{};
|
|
|
|
|
|
[[nodiscard]] ls::std::core::type::byte_field _getCurrentRow(size_t _iterations, ::std::string_view _serializedDocument) const;
|
|
[[nodiscard]] ls::std::core::type::byte_field _getCurrentRow(size_t _iterations, ::std::string_view _serializedDocument) const;
|
|
- [[nodiscard]] ls::std::core::type::byte_field _getNextSerializedSection(const ls::std::core::type::byte_field &_serializedDocument);
|
|
|
|
|
|
+ [[nodiscard]] ls::std::core::type::byte_field _getNextSerializedSection(const ls::std::core::type::byte_field &_serializedDocument) const;
|
|
[[nodiscard]] bool _isNotNewSection(::std::string_view _currentRow) const;
|
|
[[nodiscard]] bool _isNotNewSection(::std::string_view _currentRow) const;
|
|
void _addSection(const ls::std::core::type::byte_field &_serializedSection) const;
|
|
void _addSection(const ls::std::core::type::byte_field &_serializedSection) const;
|
|
};
|
|
};
|