cfb_node
Overzicht
cfb_node is de basisknooppunt‑type voor items in een CFB‑directoryhiërarchie. Het biedt methoden om het type van het knooppunt op te vragen, of het een opslag of stream is, statusbits en tijdstempels te lezen en te wijzigen, en het knooppunt te klonen voor gebruik elders in de hiërarchie. Zowel cfb_storage als cfb_stream breiden cfb_node uit.
Gedefinieerd in: include/aspose/email/foss/cfb/cfb_node.hpp
Methoden
| Handtekening | Retourtype |
|---|---|
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> |