cfb_node
概述
cfb_node 是 CFB 目录层次结构中条目的基础节点类型。它提供查询节点的种类、是否为存储或流、读取和修改状态位及时间戳的方法,并可克隆节点以在层次结构的其他位置使用。cfb_storage 和 cfb_stream 都扩展自 cfb_node。
定义于: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> |