![]() |
Isis Developer Reference
|
#include <string>
#include <vector>
#include <QString>
#include <QStringList>
#include "Constants.h"
Go to the source code of this file.
Classes | |
class | Isis::IString |
Adds specific functionality to C++ strings. More... | |
Namespaces | |
Isis | |
This is free and unencumbered software released into the public domain. | |
Functions | |
bool | Isis::toBool (const QString &string) |
Global function to convert from a string to a boolean. More... | |
int | Isis::toInt (const QString &string) |
Global function to convert from a string to an integer. More... | |
BigInt | Isis::toBigInt (const QString &string) |
Global function to convert from a string to a "big" integer. More... | |
double | Isis::toDouble (const QString &string) |
Global function to convert from a string to a double. More... | |
QString | Isis::toString (bool boolToConvert) |
Global function to convert a boolean to a string. More... | |
QString | Isis::toString (char charToConvert) |
Global function to convert a character to a string. More... | |
QString | Isis::toString (const int &intToConvert) |
Global function to convert an integer to a string. More... | |
QString | Isis::toString (const unsigned int &intToConvert) |
Global function to convert an unsigned integer to a string. More... | |
QString | Isis::toString (const BigInt &intToConvert) |
Global function to convert a big integer to a string. More... | |
QString | Isis::toString (double doubleToConvert, int precision) |
Global function to convert a double to a string with the given precision (significant figures). More... | |
std::ostream & | Isis::operator<< (std::ostream &outputStream, const QString &string) |
Print an ASCII representation of the given QString to a stl stream (most commonly cout, cerr). More... | |
std::ostream & | Isis::operator<< (std::ostream &outputStream, const QStringRef &string) |
Print an ASCII representation of the given QStringRef to a stl stream (most commonly cout, cerr). More... | |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 15:11:17 |