Nui
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Nui::WebApi::FileList Class Reference

#include <file_list.hpp>

Inheritance diagram for Nui::WebApi::FileList:
Inheritance graph
[legend]
Collaboration diagram for Nui::WebApi::FileList:
Collaboration graph
[legend]

Public Member Functions

 FileList (Nui::val fileList)
 
int length () const
 
std::optional< Fileitem (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
 
ValWrapperoperator= (ValWrapper const &)=default
 
ValWrapperoperator= (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_
 

Detailed Description

See also
https://developer.mozilla.org/en-US/docs/Web/API/Event

Constructor & Destructor Documentation

◆ FileList()

Nui::WebApi::FileList::FileList ( Nui::val  fileList)
explicit

Member Function Documentation

◆ item()

std::optional< File > Nui::WebApi::FileList::item ( int  index) const

◆ length()

int Nui::WebApi::FileList::length ( ) const

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