#include <vcard.h>
Inheritance diagram for PvCard::ParamValue:
Public Member Functions | |
ParamValue (const char *str=NULL) | |
ParamValue (const PString &str) | |
virtual void | PrintOn (ostream &strm) const |
Output the string to the specified stream. | |
virtual void | ReadFrom (istream &strm) |
Input the string from the specified stream. |
PvCard::ParamValue::ParamValue | ( | const char * | str = NULL |
) | [inline] |
PvCard::ParamValue::ParamValue | ( | const PString & | str | ) | [inline] |
virtual void PvCard::ParamValue::PrintOn | ( | ostream & | strm | ) | const [virtual] |
virtual void PvCard::ParamValue::ReadFrom | ( | istream & | strm | ) | [virtual] |
Input the string from the specified stream.
This will read all characters until a end of line is reached. The end of line itself is not placed in the string, however it is removed from the stream.
Reimplemented from PString.