cfb_node
Genel Bakış
cfb_node bir CFB dizin hiyerarşisindeki girişler için temel düğüm tipidir. Düğümün türünü, depolama mı yoksa akış mı olduğunu sorgulama, durum bitlerini ve zaman damgalarını okuma ve değiştirme, ve hiyerarşinin başka bir yerinde kullanılmak üzere düğümü kopyalama yöntemleri sağlar. Hem cfb_storage hem de cfb_stream cfb_node‘i genişletir.
Tanımlandığı yer: include/aspose/email/foss/cfb/cfb_node.hpp
Yöntemler
| İmza | Dönüş Tipi |
|---|---|
node_kind() | kind |
is_storage() | bool |
is_stream() | bool |
state_bits() | std::uint32_t |
set_state_bits(std::uint32_t value) | void |
creation_time() | std::uint64_t |
set_creation_time(std::uint64_t value) | void |
modified_time() | std::uint64_t |
set_modified_time(std::uint64_t value) | void |
clone() | std::unique_ptr<cfb_node> |