![]() |
MapLink Pro 11.1.2.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents the contents of a single S63 SERIAL.ENC file.
Public Member Functions | |
const TSLS63SerialENCRecord * | at (int index) const |
void | destroy () |
int | size () const |
const TSLS63SerialENCRecord * | operator[] (int index) const |
Static Public Member Functions | |
static TSLS63SerialENCFile * | create (const char *filename) |
const TSLS63SerialENCRecord * TSLS63SerialENCFile::at | ( | int | index | ) | const |
Returns the record at the given index in the container. If the index is invalid then this method will return NULL.
index | The index of the record to return. |
|
static |
Loads and extracts all records contained within the specified SERIAL.ENC file.
filename | Full path including filename to the SERIAL.ENC file to load. |
void TSLS63SerialENCFile::destroy | ( | ) |
Deletes this object and all records contained within. This should be called instead of using the delete keyword.
const TSLS63SerialENCRecord * TSLS63SerialENCFile::operator[] | ( | int | index | ) | const |
Returns the record at the given index in the container. If the index is invalid then this method will return NULL.
index | The index of the record to return. |
int TSLS63SerialENCFile::size | ( | ) | const |
Returns the number of records contained within the S63 SERIAL.ENC file.