35 virtual uint64_t
id()
const = 0;
#define UExport
Definition Defines.h:65
Interface for all ref-counted objects that will be managed using the RefPtr<> smart pointer.
Definition RefPtr.h:47
Storage for browsing data (cookies, local storage, etc.) optionally persisted to disk.
Definition Session.h:20
virtual uint64_t id() const =0
A unique numeric ID identifying this session.
virtual bool is_persistent() const =0
Whether or not this session is written to disk.
virtual String name() const =0
A unique name identifying this session.
virtual String disk_path() const =0
The disk path of this session (only valid for persistent sessions).
UTF-8 String container with conversions for UTF-16 and UTF-32.
Definition String.h:21