Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <accessors.hh>
Public Member Functions | |
~AddressData () | |
Public Attributes | |
AddressData * | parent_ |
unsigned int | descendant_order_ |
const Input::Type::TypeBase * | root_type_ |
const StorageBase * | root_storage_ |
const StorageBase * | actual_storage_ |
Definition at line 178 of file accessors.hh.
|
inline |
Delete whole storage tree when last root input accessor is destroyed.
Definition at line 203 of file accessors.hh.
const StorageBase* Input::Address::AddressData::actual_storage_ |
Actual storage - tip of the storage tree
Definition at line 198 of file accessors.hh.
unsigned int Input::Address::AddressData::descendant_order_ |
Index in StorageArray of the parent_ to get actual node.
Definition at line 186 of file accessors.hh.
AddressData* Input::Address::AddressData::parent_ |
Pointer to data of parent node in the address tree
Definition at line 182 of file accessors.hh.
const StorageBase* Input::Address::AddressData::root_storage_ |
Root of the storage tree.
Definition at line 194 of file accessors.hh.
const Input::Type::TypeBase* Input::Address::AddressData::root_type_ |
Root of the Input::Type tree.
Definition at line 190 of file accessors.hh.