|  | NumeRe v1.1.4
    NumeRe: Framework für Numerische Rechnungen | 
#include <BasicExcel.hpp>
| Public Member Functions | |
| Property () | |
| void | Write (char *block) | 
| void | Read (char *block) | 
| Public Attributes | |
| wchar_t | name_ [32] | 
| short | nameSize_ | 
| unsigned char | propertyType_ | 
| unsigned char | nodeColor_ | 
| int | previousProp_ | 
| int | nextProp_ | 
| int | childProp_ | 
| int | uk1_ | 
| int | uk2_ | 
| int | uk3_ | 
| int | uk4_ | 
| int | uk5_ | 
| int | seconds1_ | 
| int | days1_ | 
| int | seconds2_ | 
| int | days2_ | 
| int | startBlock_ | 
| int | size_ | 
| Friends | |
| bool | operator== (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
| bool | operator< (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
| bool | operator!= (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
| bool | operator> (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
| bool | operator<= (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
| bool | operator>= (const CompoundFile::Property &lhs, const CompoundFile::Property &rhs) | 
Definition at line 359 of file BasicExcel.hpp.
| YCompoundFiles::CompoundFile::Property::Property | ( | ) | 
Definition at line 352 of file BasicExcel.cpp.
References name_.
| void YCompoundFiles::CompoundFile::Property::Read | ( | char * | block | ) | 
Definition at line 387 of file BasicExcel.cpp.
References YCompoundFiles::LittleEndian::Read(), and YCompoundFiles::LittleEndian::ReadString().
Referenced by YCompoundFiles::CompoundFile::LoadProperties().
| void YCompoundFiles::CompoundFile::Property::Write | ( | char * | block | ) | 
Definition at line 363 of file BasicExcel.cpp.
References YCompoundFiles::LittleEndian::Write(), and YCompoundFiles::LittleEndian::WriteString().
| 
 | friend | 
Definition at line 382 of file BasicExcel.hpp.
| 
 | friend | 
Definition at line 369 of file BasicExcel.hpp.
| 
 | friend | 
Definition at line 384 of file BasicExcel.hpp.
| 
 | friend | 
Definition at line 365 of file BasicExcel.hpp.
| 
 | friend | 
Definition at line 383 of file BasicExcel.hpp.
| 
 | friend | 
Definition at line 385 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::childProp_ | 
Definition at line 393 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::DelTree(), YCompoundFiles::CompoundFile::FindProperty(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), YCompoundFiles::CompoundFile::InsertPropertyTree(), YCompoundFiles::CompoundFile::RemoveDirectory(), and YCompoundFiles::CompoundFile::UpdateChildrenIndices().
| int YCompoundFiles::CompoundFile::Property::days1_ | 
Definition at line 400 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::days2_ | 
Definition at line 402 of file BasicExcel.hpp.
| wchar_t YCompoundFiles::CompoundFile::Property::name_[32] | 
Definition at line 387 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::Create(), YCompoundFiles::CompoundFile::MakeProperty(), YCompoundFiles::CompoundFile::PresentWorkingDirectory(), and Property().
| short YCompoundFiles::CompoundFile::Property::nameSize_ | 
Definition at line 388 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::nextProp_ | 
Definition at line 392 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), and YCompoundFiles::CompoundFile::InsertPropertyTree().
| unsigned char YCompoundFiles::CompoundFile::Property::nodeColor_ | 
Definition at line 390 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::previousProp_ | 
Definition at line 391 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), and YCompoundFiles::CompoundFile::InsertPropertyTree().
| unsigned char YCompoundFiles::CompoundFile::Property::propertyType_ | 
Definition at line 389 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::Create(), YCompoundFiles::CompoundFile::DelTree(), YCompoundFiles::CompoundFile::MakeDirectory(), and YCompoundFiles::CompoundFile::MakeFile().
| int YCompoundFiles::CompoundFile::Property::seconds1_ | 
Definition at line 399 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::seconds2_ | 
Definition at line 401 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::size_ | 
Definition at line 404 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::FileSize(), and YCompoundFiles::CompoundFile::ReadFile().
| int YCompoundFiles::CompoundFile::Property::startBlock_ | 
Definition at line 403 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::ReadFile().
| int YCompoundFiles::CompoundFile::Property::uk1_ | 
Definition at line 394 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::uk2_ | 
Definition at line 395 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::uk3_ | 
Definition at line 396 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::uk4_ | 
Definition at line 397 of file BasicExcel.hpp.
| int YCompoundFiles::CompoundFile::Property::uk5_ | 
Definition at line 398 of file BasicExcel.hpp.