PIP  0.4.0_beta2
Platform-Independent Primitives
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PIByteArray::RawData Struct Reference

Help struct to store/restore custom blocks of data to/from PIByteArray. More...

Public Member Functions

 RawData (void *data=0, int size=0)
 Constructs data block.
 
 RawData (const void *data, const int size)
 Constructs data block.
 

Friends

PIByteArrayoperator<< (PIByteArray &s, const PIByteArray::RawData &v)
 Store operator, see Attention for details.
 
PIByteArrayoperator>> (PIByteArray &s, PIByteArray::RawData v)
 Restore operator, see Attention for details.
 

Detailed Description

Help struct to store/restore custom blocks of data to/from PIByteArray.