Public Member Functions | Public Attributes | List of all members
Transactional::Node< XN >::Packet Struct Reference
Inheritance diagram for Transactional::Node< XN >::Packet:
Inheritance graph
[legend]

Public Member Functions

int size () const noexcept
 
local_shared_ptr< Payload > & payload () noexcept
 
const local_shared_ptr< Payload > & payload () const noexcept
 
shared_ptr< NodeList > & subnodes () noexcept
 
shared_ptr< PacketList > & subpackets () noexcept
 
const shared_ptr< NodeList > & subnodes () const noexcept
 
const shared_ptr< PacketList > & subpackets () const noexcept
 
Nodenode () noexcept
 Points to the corresponding node.
 
const Nodenode () const noexcept
 Points to the corresponding node.
 
bool missing () const noexcept
 
void print_ () const
 For debugging.
 
bool checkConsistensy (const local_shared_ptr< Packet > &rootpacket) const
 For debugging.
 
- Public Member Functions inherited from atomic_countable
 atomic_countable (const atomic_countable &) noexcept
 
atomic_countableoperator= (const atomic_countable &)=delete
 

Public Attributes

local_shared_ptr< Payloadm_payload
 
shared_ptr< PacketListm_subpackets
 
bool m_missing
 

Detailed Description

template<class XN>
struct Transactional::Node< XN >::Packet

A package containing Payload, sub-Packets, and a list of subnodes.
Not-"missing" packet is always up-to-date and can be a snapshot of the subtree, and packets possessed by the sub-instances may be out-of-date.
"missing" indicates that the package lacks any Packet for subnodes, or any content may be out-of-date.

Definition at line 210 of file transaction.h.

Member Function Documentation

template<class XN>
bool Transactional::Node< XN >::Packet::missing ( ) const
inlinenoexcept
Returns
false if the packet contains the up-to-date subpackets for all the subnodes.

Definition at line 226 of file transaction.h.


The documentation for this struct was generated from the following files:

Generated for KAME4 by  doxygen 1.8.3