Antares Simulator
Power System Simulator
|
Constructor & Destructor | |
YString | sourceFilename |
Filename/folder to consider if some data should be loaded. | |
bool | alreadyLoaded |
Flag to determine wheter if the associated data have already been loaded. | |
bool | modified |
Flag to determine wheter if the associated data have already been modified. | |
bool | loadDataIfNotAlreadyDone |
Flag to determine wheter if the associated data have already been reload. | |
unsigned | options |
The option to the matrix. | |
unsigned | minWidth |
Minimum width expected (for Matrices) | |
unsigned | maxHeight |
Minimum height expected (for Matrices) | |
unsigned | estimatedSize [2] |
The estimated number of columns and rows. | |
int64_t | lastModification |
Timestamp of the last modification. | |
Informations () | |
Default constructor. | |
Informations (const Informations &rhs) | |
Copy constructor. | |
~Informations () | |
Destructor. | |
void | markAsModified () |
Mark the associated data as modified. | |
unsigned JIT::Informations::maxHeight |
Minimum height expected (for Matrices)
It is the 'height' if fixedSize != 0
unsigned JIT::Informations::minWidth |
Minimum width expected (for Matrices)
It is the 'width' if fixedSize != 0