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

Attributed values tree. More...

#include "pichunkstream.h"
#include "pivariant.h"

Classes

class  PIValueTree
 The PIValueTree class represents a tree structure of PIVariant values with attributes. More...
 
struct  PIValueTree::Attribute
 The Attribute struct contains constants for commonly used attribute names. More...
 

Functions

template<typename P >
PIBinaryStream< P > & operator<< (PIBinaryStream< P > &s, const PIValueTree &v)
 Store operator.
 
template<typename P >
PIBinaryStream< P > & operator>> (PIBinaryStream< P > &s, PIValueTree &v)
 Restore operator.
 
PICout operator<< (PICout s, const PIValueTree &v)
 Output operator to PICout.
 

Detailed Description

Attributed values tree.