Nui
Loading...
Searching...
No Matches
Nui::AsyncFile Member List

This is the complete list of members for Nui::AsyncFile, including all inherited members.

openFileNui::AsyncFilefriend
openFileNui::AsyncFilefriend
openFileNui::AsyncFilefriend
read(int32_t size, std::function< void(std::string &&)> cb)Nui::AsyncFile
readAll(std::function< void(std::string &&)> cb)Nui::AsyncFile
seekg(int32_t pos, std::function< void()> cb, std::ios_base::seekdir dir=std::ios_base::beg)Nui::AsyncFile
seekp(int32_t pos, std::function< void()> cb, std::ios_base::seekdir dir=std::ios_base::beg)Nui::AsyncFile
tellg(std::function< void(int32_t)> cb) constNui::AsyncFile
tellp(std::function< void(int32_t)> cb) constNui::AsyncFile
write(std::string const &data, std::function< void()> cb)Nui::AsyncFile
~AsyncFile()Nui::AsyncFile