cfb_node

Overview

cfb_node is a class in Aspose.Email FOSS for C++.

Description

cfb_node is a class in the Aspose.Email FOSS library for C++ that exposes 10 methods and 0 properties for programmatic use.

Core capabilities include: Sets the node’s state bits to the supplied 32‑bit value; sets the node’s creation timestamp to the given 64‑bit value; sets the node’s last modified timestamp to the given 64‑bit value. These operations enable developers to integrate cfb_node functionality directly into C++ applications.

Methods

SignatureDescription
node_kind()kindReturns the node’s kind (storage or stream) as a kind enum
is_storage()boolReturns true if the node represents a storage object
is_stream()boolReturns true if the node represents a stream object
state_bits()std::uint32_tReturns the node’s state bits as a 32‑bit unsigned integer
set_state_bits(value: std::uint32_t)Sets the node’s state bits to the supplied 32‑bit value
creation_time()std::uint64_tReturns the node’s creation timestamp as a 64‑bit value
set_creation_time(value: std::uint64_t)Sets the node’s creation timestamp to the given 64‑bit value
modified_time()std::uint64_tReturns the node’s last modified timestamp as a 64‑bit value
set_modified_time(value: std::uint64_t)Sets the node’s last modified timestamp to the given 64‑bit value
clone()std::unique_ptr<cfb_node>Creates a deep copy of the node and returns it in a unique_ptr

See Also