wex v24.10.0
|
This is the complete list of members for wex::stc_file, including all inherited members.
check_sync() | wex::file | |
close() | wex::file | |
ex_stream() | wex::stc_file | |
file() | wex::file | |
file(const path &p) | wex::file | explicit |
file(const char *filename) | wex::file | explicit |
file(const path &p, std::ios_base::openmode mode) | wex::file | |
file(const char *filename, std::ios_base::openmode mode) | wex::file | |
file(const file &rhs) | wex::file | |
file_load(const path &p) | wex::file | |
FILE_LOAD enum value | wex::stc_file | |
FILE_LOAD_SYNC enum value | wex::stc_file | |
file_new(const path &p) | wex::file | |
FILE_SAVE enum value | wex::stc_file | |
file_save(const wex::path &p=wex::path()) | wex::file | |
FILE_SAVE_AS enum value | wex::stc_file | |
is_contents_changed() const override | wex::stc_file | virtual |
is_open() const | wex::file | inline |
is_written() const | wex::file | inline |
open(std::ios_base::openmode mode=std::ios_base::in) | wex::file | inline |
open(const path &p, std::ios_base::openmode mode=std::ios_base::in) | wex::file | |
operator=(const file &f) | wex::file | |
path() const | wex::file | inline |
path() | wex::file | inline |
read(std::streampos seek_position=0) | wex::file | |
reset_contents_changed() override | wex::stc_file | virtual |
stc_file(stc *stc, const wex::path &p=wex::path()) | wex::stc_file | |
stream() | wex::file | inline |
use_stream(bool use=true) | wex::file | inline |
write(std::span< const char > buffer) | wex::file | |
write(const std::string &s) | wex::file | inline |
~file()=default | wex::file | virtual |
~stc_file()=default | wex::stc_file |