NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <BasicExcel.hpp>
Public Member Functions | |
Header () | |
void | Write (char *block) |
void | Read (char *block) |
Public Attributes | |
long long | fileType_ |
int | uk1_ |
int | uk2_ |
int | uk3_ |
int | uk4_ |
short | uk5_ |
short | uk6_ |
short | uk7_ |
short | log2BigBlockSize_ |
int | log2SmallBlockSize_ |
int | uk8_ |
int | uk9_ |
int | BATCount_ |
int | propertiesStart_ |
int | uk10_ |
int | uk11_ |
int | SBATStart_ |
int | SBATCount_ |
int | XBATStart_ |
int | XBATCount_ |
int | BATArray_ [109] |
size_t | bigBlockSize_ |
size_t | smallBlockSize_ |
Private Member Functions | |
void | Initialize () |
Definition at line 307 of file BasicExcel.hpp.
YCompoundFiles::CompoundFile::Header::Header | ( | ) |
Definition at line 274 of file BasicExcel.cpp.
References BATArray_, and Initialize().
|
private |
Definition at line 343 of file BasicExcel.cpp.
Referenced by Header().
void YCompoundFiles::CompoundFile::Header::Read | ( | char * | block | ) |
Definition at line 315 of file BasicExcel.cpp.
References YCompoundFiles::LittleEndian::Read().
Referenced by YCompoundFiles::CompoundFile::LoadHeader().
void YCompoundFiles::CompoundFile::Header::Write | ( | char * | block | ) |
Definition at line 288 of file BasicExcel.cpp.
References YCompoundFiles::LittleEndian::Write().
Referenced by YCompoundFiles::CompoundFile::SaveHeader().
int YCompoundFiles::CompoundFile::Header::BATArray_[109] |
Definition at line 334 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreaseLocationReferences(), YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), Header(), YCompoundFiles::CompoundFile::IncreaseLocationReferences(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().
int YCompoundFiles::CompoundFile::Header::BATCount_ |
Definition at line 326 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().
size_t YCompoundFiles::CompoundFile::Header::bigBlockSize_ |
Definition at line 336 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DataSize(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::LoadHeader(), YCompoundFiles::CompoundFile::LoadProperties(), YCompoundFiles::CompoundFile::ReadData(), YCompoundFiles::CompoundFile::SaveProperties(), and YCompoundFiles::CompoundFile::WriteData().
long long YCompoundFiles::CompoundFile::Header::fileType_ |
Definition at line 314 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::LoadHeader().
short YCompoundFiles::CompoundFile::Header::log2BigBlockSize_ |
Definition at line 322 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::log2SmallBlockSize_ |
Definition at line 323 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::propertiesStart_ |
int YCompoundFiles::CompoundFile::Header::SBATCount_ |
Definition at line 331 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreaseLocationReferences(), YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::IncreaseLocationReferences(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().
int YCompoundFiles::CompoundFile::Header::SBATStart_ |
Definition at line 330 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreaseLocationReferences(), YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::IncreaseLocationReferences(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().
size_t YCompoundFiles::CompoundFile::Header::smallBlockSize_ |
Definition at line 337 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DataSize(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::ReadData(), and YCompoundFiles::CompoundFile::WriteData().
int YCompoundFiles::CompoundFile::Header::uk10_ |
Definition at line 328 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk11_ |
Definition at line 329 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk1_ |
Definition at line 315 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk2_ |
Definition at line 316 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk3_ |
Definition at line 317 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk4_ |
Definition at line 318 of file BasicExcel.hpp.
short YCompoundFiles::CompoundFile::Header::uk5_ |
Definition at line 319 of file BasicExcel.hpp.
short YCompoundFiles::CompoundFile::Header::uk6_ |
Definition at line 320 of file BasicExcel.hpp.
short YCompoundFiles::CompoundFile::Header::uk7_ |
Definition at line 321 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk8_ |
Definition at line 324 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::uk9_ |
Definition at line 325 of file BasicExcel.hpp.
int YCompoundFiles::CompoundFile::Header::XBATCount_ |
Definition at line 333 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreaseLocationReferences(), YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::IncreaseLocationReferences(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().
int YCompoundFiles::CompoundFile::Header::XBATStart_ |
Definition at line 332 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreaseLocationReferences(), YCompoundFiles::CompoundFile::ExpandBATArray(), YCompoundFiles::CompoundFile::FreeBlocks(), YCompoundFiles::CompoundFile::IncreaseLocationReferences(), YCompoundFiles::CompoundFile::LoadBAT(), and YCompoundFiles::CompoundFile::SaveBAT().