cfb_node

cfb_node

ภาพรวม

cfb_node คือประเภทโหนดพื้นฐานสำหรับรายการในโครงสร้างไดเรกทอรี CFB. มันให้เมธอดสำหรับสอบถามประเภทของโหนดว่าเป็น storage หรือ stream, อ่านและแก้ไขบิตสถานะและเครื่องหมายเวลา, และทำสำเนาโหนดเพื่อใช้ในส่วนอื่นของโครงสร้าง. ทั้ง cfb_storage และ cfb_stream ขยายจาก cfb_node.

Defined in: include/aspose/email/foss/cfb/cfb_node.hpp

วิธีการ

ลายเซ็นประเภทค่าที่คืน
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>
 ภาษาไทย