|
Nui
|
#include <file_list.hpp>


Public Member Functions | |
| FileList (Nui::val fileList) | |
| int | length () const |
| std::optional< File > | item (int index) const |
Public Member Functions inherited from Nui::ValWrapper | |
| ValWrapper (Nui::val valObject) | |
| virtual | ~ValWrapper ()=default |
| ValWrapper (ValWrapper const &)=default | |
| ValWrapper (ValWrapper &&) noexcept=default | |
| ValWrapper & | operator= (ValWrapper const &)=default |
| ValWrapper & | operator= (ValWrapper &&) noexcept=default |
| Nui::val const & | val () const &noexcept |
| Nui::val | val () &&noexcept |
| operator Nui::val const & () const &noexcept | |
| operator Nui::val () &&noexcept | |
Additional Inherited Members | |
Protected Attributes inherited from Nui::ValWrapper | |
| Nui::val | val_ |
|
explicit |
| std::optional< File > Nui::WebApi::FileList::item | ( | int | index | ) | const |
| int Nui::WebApi::FileList::length | ( | ) | const |