#include <llvfs.h>


Public Member Functions | |
| LLVFSFileSpecifier () | |
| LLVFSFileSpecifier (const LLUUID &file_id, const LLAssetType::EType file_type) | |
| bool | operator< (const LLVFSFileSpecifier &rhs) const |
| bool | operator== (const LLVFSFileSpecifier &rhs) const |
Public Attributes | |
| LLUUID | mFileID |
| LLAssetType::EType | mFileType |
Definition at line 64 of file llvfs.h.
| LLVFSFileSpecifier::LLVFSFileSpecifier | ( | const LLUUID & | file_id, | |
| const LLAssetType::EType | file_type | |||
| ) |
| bool LLVFSFileSpecifier::operator< | ( | const LLVFSFileSpecifier & | rhs | ) | const |
| bool LLVFSFileSpecifier::operator== | ( | const LLVFSFileSpecifier & | rhs | ) | const |
Definition at line 73 of file llvfs.h.
Referenced by LLVFS::audit(), LLVFS::checkMem(), LLVFSFileBlock::deserialize(), LLVFS::dumpFiles(), LLVFS::dumpMap(), LLVFS::dumpStatistics(), LLVFS::findFreeBlock(), LLVFS::listFiles(), LLVFS::LLVFS(), LLVFSFileSpecifier(), operator<(), operator==(), LLVFS::renameFile(), and LLVFSFileBlock::serialize().
Definition at line 74 of file llvfs.h.
Referenced by LLVFS::audit(), LLVFS::checkMem(), LLVFSFileBlock::deserialize(), LLVFS::dumpFiles(), LLVFS::dumpMap(), LLVFS::dumpStatistics(), LLVFS::findFreeBlock(), LLVFS::listFiles(), LLVFS::LLVFS(), LLVFSFileSpecifier(), operator<(), operator==(), LLVFS::renameFile(), and LLVFSFileBlock::serialize().
1.5.5