|
uHTTP for C++
|
#include <FileList.h>
Public Member Functions | |
| FileList () | |
| File * | getFile (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< File > | get (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) |
|
inline |
|
inline |