An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
Creates sequential IDs. More...
#include <ID.h>
Public Member Functions | |
ID (const QString &name, int basenum=1) | |
Creates an ID object. | |
~ID () | |
Deconstructor. | |
QString | Next () |
Returns the next ID in the sequence. | |
Creates sequential IDs.
This class generates IDs in numerical sequence, from an input string. The input must contain one, and only one, series of question marks, which will be replaced with numbers in the generation of IDs. The default start value is 1, but this can be changed.
Isis::ID::ID | ( | const QString & | name, |
int | basenum = 1 ) |
Creates an ID object.
name | The string to be a base for the serial IDs |
basenum | The number to start the count at. Defaults to one. |
References _FILEINFO_, and Isis::IException::User.
Isis::ID::~ID | ( | ) |
Deconstructor.
QString Isis::ID::Next | ( | ) |
Returns the next ID in the sequence.
References _FILEINFO_, and Isis::IException::User.