add Model::field(...) methods with a pt::Stream argument

This commit is contained in:
2024-06-04 10:24:05 +02:00
parent 90b4d9af0b
commit cd067ae5c3
9 changed files with 145 additions and 11 deletions

View File

@@ -160,6 +160,7 @@ protected:
void unescape_bin_string(const char * str, std::string & out) override;
void unescape_bin_string(const char * str, std::wstring & out) override;
void unescape_bin_string(const char * str, pt::Stream & out) override;
};