uHTTP for C++
uHTTP::FileList Class Reference

#include <FileList.h>

Inheritance diagram for uHTTP::FileList:
uHTTP::SharedVector< File >

Public Member Functions

 FileList ()
 
FilegetFile (size_t n)
 
- Public Member Functions inherited from uHTTP::SharedVector< File >
 SharedVector ()
 
 ~SharedVector ()
 
bool add (File *obj)
 
bool insertAt (File *obj, size_t index)
 
uhttp_shared_ptr< Fileget (size_t index)
 
bool exists (uhttp_shared_ptr< File > obj)
 
bool exists (File *obj)
 
ssize_t indexOf (uhttp_shared_ptr< File > obj)
 
ssize_t indexOf (File *obj)
 
bool remove (size_t idx)
 
bool remove (uhttp_shared_ptr< File > obj)
 
bool remove (File *obj)
 

Constructor & Destructor Documentation

◆ FileList()

uHTTP::FileList::FileList ( )
inline

Member Function Documentation

◆ getFile()

File * uHTTP::FileList::getFile ( size_t n)
inline

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