Struct DynNodeScopePtr

Nested Relationships

Nested Types

Struct Documentation

struct DynNodeScopePtr

Public Functions

inline DynNodeScopePtr() noexcept
inline DynNodeScopePtr(std::nullptr_t) noexcept
template<NodeScope S>
inline DynNodeScopePtr(S &scope) noexcept
template<NodeScope S>
inline DynNodeScopePtr(S *scope) noexcept
inline Node get_or_generate_node(std::string_view label, storage::DynNodeStoragePtr node_storage) const

Friends

inline friend bool operator==(DynNodeScopePtr const &self, std::nullptr_t) noexcept