PTLib
Version 2.10.4
|
#include <vcard.h>
Public Member Functions | |
TypeValues () | |
TypeValues (const ParamValues &values) | |
virtual void | PrintOn (ostream &strm) const |
Print the collection on the stream. |
PvCard::TypeValues::TypeValues | ( | ) | [inline] |
PvCard::TypeValues::TypeValues | ( | const ParamValues & | values | ) | [inline] |
virtual void PvCard::TypeValues::PrintOn | ( | ostream & | strm | ) | const [virtual] |
Print the collection on the stream.
This simply executes the PObject::PrintOn()
function on each element in the collection.
The default behaviour for collections is to print each element separated by the stream fill character. Note that if the fill character is the default ' ' then no separator is printed at all.
Also if the fill character is not ' ', the the streams width parameter is set before each individual element of the colllection.
Reimplemented from PvCard::ParamValues.