PIP 5.5.3
Platform-Independent Primitives
Classes | Functions
pipropertystorage.h File Reference

Properties array. More...

#include "pivariant.h"

Classes

class  PIPropertyStorage
 This class provides key-value properties storage. More...
 
class  PIPropertyStorage::Property
 PIPropertyStorage element. More...
 

Functions

template<typename P >
PIBinaryStream< P > & operator<< (PIBinaryStream< P > &s, const PIPropertyStorage::Property &v)
 Store operator.
 
template<typename P >
PIBinaryStream< P > & operator>> (PIBinaryStream< P > &s, PIPropertyStorage::Property &v)
 Restore operator.
 
template<typename P >
PIBinaryStream< P > & operator<< (PIBinaryStream< P > &s, const PIPropertyStorage &v)
 Store operator.
 
template<typename P >
PIBinaryStream< P > & operator>> (PIBinaryStream< P > &s, PIPropertyStorage &v)
 Restore operator.
 

Detailed Description

Properties array.