|
Flow123d
jenkins-Flow123d-windows-release-multijob-285
|
#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 197 of file accessors.hh.
|
inline |
Delete whole storage tree when last root input accessor is destroyed.
Definition at line 222 of file accessors.hh.
| const StorageBase* Input::Address::AddressData::actual_storage_ |
Actual storage - tip of the storage tree
Definition at line 217 of file accessors.hh.
| unsigned int Input::Address::AddressData::descendant_order_ |
Index in StorageArray of the parent_ to get actual node.
Definition at line 205 of file accessors.hh.
| AddressData* Input::Address::AddressData::parent_ |
Pointer to data of parent node in the address tree
Definition at line 201 of file accessors.hh.
| const StorageBase* Input::Address::AddressData::root_storage_ |
Root of the storage tree.
Definition at line 213 of file accessors.hh.
| const Input::Type::TypeBase* Input::Address::AddressData::root_type_ |
Root of the Input::Type tree.
Definition at line 209 of file accessors.hh.
1.8.9.1