|
Isis Developer Reference
|
Go to the documentation of this file.
73 void read(std::istream &in);
77 void write(std::ostream &out);
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
IString TrimTail(const std::string &chars)
Trims the input characters from the end of the object IString.
Definition: IString.cpp:587
~FileList()
Destroys the FileList object.
Definition: FileList.h:68
File name manipulation and expansion.
Definition: FileName.h:100
void write(FileName outputFileList)
writes to a FileName obj
Definition: FileList.cpp:158
QString FileOpen(const QString &filename)
This error should be used when a file could not be opened.
Definition: FileOpen.cpp:11
FileList()
Creates an empty FileList obj.
Definition: FileList.cpp:22
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
void read(FileName listFile)
reads in a FileName obj
Definition: FileList.cpp:52
Isis exception class.
Definition: IException.h:91
QString toString() const
Returns a QString of the full file name including the file path, excluding the attributes with any Is...
Definition: FileName.cpp:515
Namespace for the standard library.
IString Token(const IString &separator)
Returns the first token in the IString.
Definition: IString.cpp:897
Adds specific functionality to C++ strings.
Definition: IString.h:165
IString TrimHead(const std::string &chars)
Trims The input characters from the beginning of the object IString.
Definition: IString.cpp:558
Internalizes a list of files.
Definition: FileList.h:54
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QString ToQt() const
Retuns the object string as a QString.
Definition: IString.cpp:869