|
Isis 3 Programmer Reference
|
9 #include "PvlContainer.h"
const PvlGroup & operator=(const PvlGroup &other)
This is an assignment operator.
bool operator==(const PvlGroup &group) const
Whenever the '==' operator is used on a PvlGroup object, it will call the stringEqual() method.
Contains multiple PvlContainers.
friend std::ostream & operator<<(std::ostream &os, PvlGroup &group)
Outputs the PvlGroup data to a specified output stream.
void validateGroup(PvlGroup &pPvlGrp)
Validate a Group comparing with the Template Group.
QString name() const
Returns the container name.
PvlGroup()
Creates a blank PvlGroup object.
friend std::istream & operator>>(std::istream &is, PvlGroup &result)
Read in a group.
Contains more than one keyword-value pair.
static bool stringEqual(const QString &string1, const QString &string2)
Checks to see if two QStrings are equal.
This is free and unencumbered software released into the public domain.