Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
VirtualFileMount Class Reference

The abstract base class for a mount definition used within a VirtualFileSystem. More...

Inheritance diagram for VirtualFileMount:
TypedReferenceCount TypedObject ReferenceCount VirtualFileMountHTTP VirtualFileMountMultifile VirtualFileMountRamdisk VirtualFileMountSystem

List of all members.

Public Member Functions

VirtualFileSystem getFileSystem ()
 Returns the file system this mount object is attached to.
int getMountFlags ()
 Returns the set of flags passed by the user to the VirtualFileSystem::mount() command.
Filename const getMountPoint ()
 Returns the name of the directory within the virtual file system that this mount object is attached to.
 output (ostream out)
 write (ostream out)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

The abstract base class for a mount definition used within a VirtualFileSystem.

Normally users don't need to monkey with this class directly.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Returns the file system this mount object is attached to.

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

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.

output ( ostream  out)
write ( ostream  out)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties