Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

PFS Struct Reference

#include <Pod.h>

List of all members.

Public Attributes

bool searchPodFilesFirst
char root [1024]
CLogFilelog
std::map< std::string, PFSPOD * > podList
std::multimap< std::string,
PFSPODFILE * > 
podFileList
std::set< std::string > diskFileList


Detailed Description

Definition at line 128 of file Pod.h.


Member Data Documentation

std::set<std::string> PFS::diskFileList
 

Definition at line 138 of file Pod.h.

Referenced by existsondisk(), findondisk(), padddiskfile(), and pfsdump().

CLogFile* PFS::log
 

Definition at line 131 of file Pod.h.

Referenced by pinit(), plog(), and pshutdown().

std::multimap<std::string,PFSPODFILE*> PFS::podFileList
 

Definition at line 135 of file Pod.h.

Referenced by existsinpod(), findinpod(), paddpodfile(), pfsdump(), and pshutdown().

std::map<std::string,PFSPOD*> PFS::podList
 

Definition at line 132 of file Pod.h.

Referenced by paddpod(), paddpodfolder(), pfsdump(), premovepod(), and pshutdown().

char PFS::root[1024]
 

Definition at line 130 of file Pod.h.

Referenced by findondisk(), padddiskfolder(), paddpod(), paddpodfolder(), pfsdump(), and pinit().

bool PFS::searchPodFilesFirst
 

Definition at line 129 of file Pod.h.

Referenced by pexists(), pfsdump(), pinit(), and popen().


The documentation for this struct was generated from the following file:
SourceForge.net Logo Documentation generated by doxygen