PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "config_downloader.h"#include "downloadDb.h"#include "streamReader.h"#include "streamWriter.h"#include "ramfile.h"#include "virtualFileSystem.h"#include <algorithm>Go to the source code of this file.
Functions | |
| PT (DownloadDb::FileRecord) DownloadDb | |
| Parses a file record (fr) and returns one. More... | |
| PT (DownloadDb::MultifileRecord) DownloadDb | |
| Parses a multifile record (mfr) and returns one. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file downloadDb.cxx.
| PT | ( | DownloadDb::FileRecord | ) |
Parses a file record (fr) and returns one.
Definition at line 477 of file downloadDb.cxx.
Referenced by PT().
| PT | ( | DownloadDb::MultifileRecord | ) |
Parses a multifile record (mfr) and returns one.
Definition at line 564 of file downloadDb.cxx.
References PT().
1.8.15