14#ifndef VIRTUALFILELIST_H
15#define VIRTUALFILELIST_H
25class EXPCL_PANDA_EXPRESS VirtualFileList :
public ReferenceCount {
27 INLINE VirtualFileList();
30 INLINE ~VirtualFileList();
41 INLINE
size_t size()
const;
42 INLINE
void operator += (
const VirtualFileList &other);
43 INLINE VirtualFileList operator + (
const VirtualFileList &other)
const;
get_file
Returns the nth file in the list.
size_t size() const
Returns the number of files in the list.
void add_file(VirtualFile *file)
Adds a new file to the list.
get_num_files
Returns the number of files in the list.
The abstract base class for a file or directory within the VirtualFileSystem.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.