59 return m_key.toUpper();
96 if((index < 0) || (index >= (
int)
m_value.size())) {
113 if((index < 0) || (index >= (
int)
m_value.size())) {
118 return m_value[index].toUpper();
@ Programmer
This error is for when a programmer made an API call that was illegal.
QString keyUpper() const
Returns the token keyword in all uppercase characters.
~PvlToken()
Destroys the Token object.
int valueSize() const
Returns the number of elements in the value-vector.
QString valueUpper(const int index=0) const
Returns one element of the value-vector in uppercase.
QString m_key
Storage for the keyword name.
std::vector< QString > m_value
Vector storage for a list of values.
void valueClear()
Removes all elements from the value-vector.
QString key() const
Returns the token keyword.
QString value(const int index=0) const
Returns one element of the value-vector.
PvlToken()
Constructs a Token with NULL for both the keyword and value list.
void addValue(const QString &v)
Adds a value to the value-vector.
void setKey(const QString &k)
Set the token keyword.
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...
This is free and unencumbered software released into the public domain.
Namespace for the standard library.