Flow123d
last_with_con_2.0.0-4-g42e6930
|
#include <accessors.hh>
Public Member Functions | |
~AddressData () | |
Public Attributes | |
boost::shared_ptr< AddressData > | parent_ |
unsigned int | descendant_order_ |
const Input::Type::TypeBase * | root_type_ |
const StorageBase * | root_storage_ |
const StorageBase * | actual_storage_ |
Definition at line 147 of file accessors.hh.
|
inline |
Delete whole storage tree when last root input accessor is destroyed.
Definition at line 172 of file accessors.hh.
const StorageBase* Input::Address::AddressData::actual_storage_ |
Actual storage - tip of the storage tree
Definition at line 167 of file accessors.hh.
unsigned int Input::Address::AddressData::descendant_order_ |
Index in StorageArray of the parent_ to get actual node.
Definition at line 155 of file accessors.hh.
boost::shared_ptr<AddressData> Input::Address::AddressData::parent_ |
Pointer to data of parent node in the address tree
Definition at line 151 of file accessors.hh.
const StorageBase* Input::Address::AddressData::root_storage_ |
Root of the storage tree.
Definition at line 163 of file accessors.hh.
const Input::Type::TypeBase* Input::Address::AddressData::root_type_ |
Root of the Input::Type tree.
Definition at line 159 of file accessors.hh.