122      Pvl(
const QString &file);
 
  130        if(m_internalTemplate) 
delete m_formatTemplate;
 
  133      void read(
const QString &file);
 
  135      void write(
const QString &file);
 
  136      void append(
const QString &file);
 
  158      void setFormatTemplate(
const QString &filename);
 
  167      bool m_internalTemplate;
 
 
Container for cube-like labels.
 
void fromString(const std::string &str)
Load PVL information from a string.
 
void init()
initializes the class
 
void validatePvl(const Pvl &pPvl, Pvl &pPvlResults)
Validate a Pvl with the Template Pvl.
 
Pvl()
Constructs an empty Pvl object.
 
void write(const QString &file)
Opens and writes PVL information to a file and handles the end of line sequence.
 
const Pvl & operator=(const Pvl &other)
This is an assignment operator.
 
void setTerminator(const QString &term)
Sets the terminator used to signify the end of the PVL informationDefaults to "END".
 
void append(const QString &file)
Appends PVL information to a file and handles the end of line sequence.
 
void read(const QString &file)
Loads PVL information from a stream.
 
friend std::ostream & operator<<(std::ostream &os, Isis::Pvl &pvl)
This stream will not handle the end of line sequence.
 
QString terminator() const
Returns the terminator used to signify the end of the PVL informationDefaults to "END".
 
friend std::istream & operator>>(std::istream &is, Pvl &pvl)
Reads keywords from the instream and appends them to the Pvl object.
 
QString m_terminator
Terminator used to signify the end of the PVL informationDefaults to "END".
 
Contains Pvl Groups and Pvl Objects.
 
This is free and unencumbered software released into the public domain.