PIBinaryStream supports PISet

This commit is contained in:
2024-10-21 13:47:28 +03:00
parent 7209eec012
commit 7cd2f7a310
2 changed files with 45 additions and 0 deletions

View File

@@ -37,6 +37,10 @@
template<typename T>
class PISet: public PIMap<T, uchar> {
typedef PIMap<T, uchar> _CSet;
template<typename P, typename T1>
friend PIBinaryStream<P> & operator<<(PIBinaryStream<P> & s, const PISet<T1> & v);
template<typename P, typename T1>
friend PIBinaryStream<P> & operator>>(PIBinaryStream<P> & s, PISet<T1> & v);
public:
//! Contructs an empty set