|
Isis 3 Programmer Reference
|
13 #include "PvlKeyword.h"
A single keyword-value pair.
~PvlSequence()
Destruct sequence.
std::vector< QString > & operator[](int i)
Return the ith Array of the sequence.
PvlSequence & operator=(PvlKeyword &key)
Load a sequence using a Pvl keyword.
void Clear()
Clear the sequence.
int Size() const
Number of arrays in the sequence.
PvlSequence()
Construct an empty sequence.
PvlSequence & operator+=(const QString &array)
Add a string array to the sequence.
std::vector< std::vector< QString > > p_sequence
A vector of Strings that contains the values for the keyword.
Parse and return elements of a Pvl sequence.
This is free and unencumbered software released into the public domain.