#include <c4d_file.h>
Helper to browse through volumes.
Public Member Functions | |
| void | Init () |
| Bool | GetNext () |
| Filename | GetFilename () |
| String | GetVolumeName (Int32 *out_flags) |
Private Member Functions | |
| BrowseVolumes () | |
| ~BrowseVolumes () | |
Alloc/Free | |
| using | IsAllocType = std::true_type |
| static BrowseVolumes * | Alloc () |
| static BrowseVolumes * | Alloc (const maxon::SourceLocation &) |
| static void | Free (BrowseVolumes *&bf) |
| using IsAllocType = std::true_type |
|
private |
|
private |
|
static |
|
static |
|
static |
| void Init | ( | ) |
Initializes the class to browse volumes.
| Bool GetNext | ( | ) |
Gets the next volume.
| Filename GetFilename | ( | ) |
Gets the filename of the current volume, retrieved with GetNext().
Gets the current volume name.
| [out] | out_flags | The flags to check: BROWSEVOLUMES |