3#include <NDEVR/StringStream.h>
A bitset that stores 8 bits (elements with only two possible values: 0 or 1, true or false,...
Logic for reading or writing to a string or a user friendly, TranslatedString.
Represents a timestamp with utilities for manipulation and conversion.
The primary namespace for the NDEVR SDK.
@ BitFlag
Per-vertex bit flags (selected, hidden, etc.).
uint64_t uint08
-Defines an alias representing an 8 byte, unsigned integer
FileProperty
Booleans that can be used to define properties of a file.
@ e_file_is_directory
Whether the path refers to a directory rather than a file.
@ e_file_is_hidden
Whether the file is marked as hidden by the filesystem.
@ e_file_exists
Whether the file exists on disk.
@ e_file_cache_is_valid
Whether the cached file data is valid and up-to-date.
Data that is cached from a file into program memory to limit expensive file lookups.
Time accessed_time
The last access time of the file, or Invalid if not yet cached.
BitFlag file_properties
Bit flags storing FileProperty values describing the file.
Time created_time
The creation time of the file, or Invalid if not yet cached.
uint08 file_size
The size of the file in bytes, or Invalid if not yet cached.
Time modified_time
The last modification time of the file, or Invalid if not yet cached.