66 void setKey(
const QString &k);
71 QString
value(
const int index = 0)
const;
76 inline const std::vector<QString> &valueVector()
const {
PvlToken()
Constructs a Token with NULL for both the keyword and value list.
QString value(const int index=0) const
Returns one element of the value-vector.
int valueSize() const
Returns the number of elements in the value-vector.
void addValue(const QString &v)
Adds a value to the value-vector.
QString key() const
Returns the token keyword.
QString m_key
Storage for the keyword name.
Container for Keyword-value pair.
~PvlToken()
Destroys the Token object.
Namespace for ISIS/Bullet specific routines.
std::vector< QString > m_value
Vector storage for a list of values.
void setKey(const QString &k)
Set the token keyword.
QString keyUpper() const
Returns the token keyword in all uppercase characters.
QString valueUpper(const int index=0) const
Returns one element of the value-vector in uppercase.
void valueClear()
Removes all elements from the value-vector.