Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor::ZipArchive::Folder Struct Reference

#include <ZipArchive.hpp>

Collaboration diagram for castor::ZipArchive::Folder:
Collaboration graph
[legend]

Public Member Functions

 Folder ()=default
 
 Folder (String const &name, Path const &path)
 
FolderfindFolder (Path const &path)
 
void addFile (Path const &path)
 
void removeFile (Path const &path)
 

Public Attributes

String name
 
FolderList folders
 
List< Stringfiles
 

Constructor & Destructor Documentation

◆ Folder() [1/2]

castor::ZipArchive::Folder::Folder ( )
default

◆ Folder() [2/2]

castor::ZipArchive::Folder::Folder ( String const & name,
Path const & path )

Member Function Documentation

◆ addFile()

void castor::ZipArchive::Folder::addFile ( Path const & path)

◆ findFolder()

Folder * castor::ZipArchive::Folder::findFolder ( Path const & path)

◆ removeFile()

void castor::ZipArchive::Folder::removeFile ( Path const & path)

Member Data Documentation

◆ files

List< String > castor::ZipArchive::Folder::files

◆ folders

FolderList castor::ZipArchive::Folder::folders

◆ name

String castor::ZipArchive::Folder::name

The documentation for this struct was generated from the following file: