VirtualFileMount

class VirtualFileMount

Bases: TypedReferenceCount

The abstract base class for a mount definition used within a VirtualFileSystem. Normally users don’t need to monkey with this class directly.

Inheritance diagram

Inheritance diagram of VirtualFileMount

static TypeHandle get_class_type(void)
VirtualFileSystem *get_file_system(void) const

Returns the file system this mount object is attached to.

int get_mount_flags(void) const

Returns the set of flags passed by the user to the VirtualFileSystem::mount() command.

Filename const &get_mount_point(void) const

Returns the name of the directory within the virtual file system that this mount object is attached to. This directory name will end with a slash.

virtual void output(std::ostream &out) const
virtual void write(std::ostream &out) const