NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <BasicExcel.hpp>
Public Member Functions | |
PropertyTree () | |
~PropertyTree () | |
Public Attributes | |
PropertyTree * | parent_ |
Property * | self_ |
size_t | index_ |
std::vector< PropertyTree * > | children_ |
Definition at line 406 of file BasicExcel.hpp.
YCompoundFiles::CompoundFile::PropertyTree::PropertyTree | ( | ) |
Definition at line 413 of file BasicExcel.cpp.
YCompoundFiles::CompoundFile::PropertyTree::~PropertyTree | ( | ) |
Definition at line 415 of file BasicExcel.cpp.
std::vector<PropertyTree*> YCompoundFiles::CompoundFile::PropertyTree::children_ |
Definition at line 414 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::DeletePropertyTree(), YCompoundFiles::CompoundFile::DelTree(), YCompoundFiles::CompoundFile::DirectoryList(), YCompoundFiles::CompoundFile::FindProperty(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), YCompoundFiles::CompoundFile::InsertPropertyTree(), and YCompoundFiles::CompoundFile::UpdateChildrenIndices().
size_t YCompoundFiles::CompoundFile::PropertyTree::index_ |
Definition at line 413 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::Create(), YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::DeletePropertyTree(), YCompoundFiles::CompoundFile::FindProperty(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), YCompoundFiles::CompoundFile::InsertPropertyTree(), and YCompoundFiles::CompoundFile::LoadProperties().
PropertyTree* YCompoundFiles::CompoundFile::PropertyTree::parent_ |
Definition at line 411 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::ChangeDirectory(), YCompoundFiles::CompoundFile::Create(), YCompoundFiles::CompoundFile::DeletePropertyTree(), YCompoundFiles::CompoundFile::InsertPropertyTree(), YCompoundFiles::CompoundFile::LoadProperties(), and YCompoundFiles::CompoundFile::PresentWorkingDirectory().
Property* YCompoundFiles::CompoundFile::PropertyTree::self_ |
Definition at line 412 of file BasicExcel.hpp.
Referenced by YCompoundFiles::CompoundFile::Create(), YCompoundFiles::CompoundFile::DecreasePropertyReferences(), YCompoundFiles::CompoundFile::DelTree(), YCompoundFiles::CompoundFile::FileSize(), YCompoundFiles::CompoundFile::FindProperty(), YCompoundFiles::CompoundFile::IncreasePropertyReferences(), YCompoundFiles::CompoundFile::InsertPropertyTree(), YCompoundFiles::CompoundFile::LoadProperties(), YCompoundFiles::CompoundFile::PresentWorkingDirectory(), YCompoundFiles::CompoundFile::ReadFile(), YCompoundFiles::CompoundFile::RemoveDirectory(), and YCompoundFiles::CompoundFile::UpdateChildrenIndices().