|
bool | exists (const std::string &a_string) |
|
bool | write (const std::string &a_file, const std::string &a_string) |
|
bool | write (const std::string &a_file, const std::vector< std::string > &a_text) |
|
bool | make_empty (const std::string &a_file) |
|
bool | read_buff (FILE *a_file, char *a_buff, unsigned int a_lbuf, size_t &a_length) |
|
bool | read_cstring (FILE *a_file, char *a_buff, unsigned int a_lbuf, size_t &a_length) |
|
bool | read (FILE *a_FILE, std::vector< std::string > &a_text) |
|
bool | read (const std::string &a_file, std::vector< std::string > &a_text) |
|
bool | read_num (const std::string &a_file, std::vector< std::string >::size_type a_num, std::vector< std::string > &a_text, const std::string &a_cmt="") |
|
bool | read_bytes (const std::string &a_file, char *&a_buffer, long &a_length) |
|
bool | write_bytes (const std::string &a_file, const char *a_buffer, size_t a_length) |
|
bool | num_csv_doubles (const std::string &a_string, char &a_sep, unsigned int &a_number) |
|
bool | is_hippo (const std::string &a_file, bool &a_is) |
|
bool | is_csv (const std::vector< std::string > &a_txt, bool &a_is) |
|
bool | is_csv (const std::string &a_file, bool &a_is) |
|
bool | is_lua (const std::string &a_file, bool &a_is) |
|
bool | is_py (const std::string &a_file, bool &a_is) |
|
bool | is_kumac (const std::string &a_file, bool &a_is) |
|
bool | is_insh (const std::string &a_file, bool &a_is) |
|
bool | mime_type (const std::string &a_file, std::string &a_mime) |
|
bool | found (const std::string &a_file, const std::string &a_what, std::vector< std::string > &a_found) |
|
bool | std_remove (const std::string &a_file) |
|
bool | std_remove (std::vector< std::string > &a_files) |
|
bool | std_rename (const std::string &a_from, const std::string &a_to) |
|
bool | copy_bytes (const std::string &a_from, const std::string &a_to) |
|
| TOOLS_GLOBAL_STRING (format_dst) inline void formats(std |
|
std::string | ext_fmt (const std::string &a_ext) |
|
bool | need_placement (const std::string &a_format) |
|
bool | is_paper_format (const std::string &a_format) |
|
bool | is_inzb_format (const std::string &a_format) |
|
bool | paper_format_extension (const std::string &a_format, std::string &a_ext) |
|
bool | is_zip (const std::string &a_file, bool &a_is) |
|
bool | is_jpeg (const std::string &a_file, bool &a_is) |
|
bool | is_ico (const std::string &a_file, bool &a_is) |
|
bool | is_png (const std::string &a_file, bool &a_is) |
|
bool | is_root (const std::string &a_file, bool &a_is) |
|
bool | is_iv (const std::string &a_file, bool &a_is) |
|
bool | is_wrl (const std::string &a_file, bool &a_is) |
|
bool | is_fog (const std::string &a_file, bool &a_is) |
|
bool | is_dot (const std::string &a_file, bool &a_is) |
|
bool | is_dcm (const std::string &a_file, bool &a_is) |
|
bool | is_gdml (const std::string &a_file, bool &a_is) |
|
bool | is_exsg (unsigned int a_sz, const char *a_buffer) |
|
bool | is_exsg (const std::string &a_file, bool &a_is) |
|
bool | is_bsg (unsigned int a_sz, const char *a_buffer) |
|
bool | is_bsg (const std::string &a_file, bool &a_is) |
|
bool | is_scenarios (const std::string &a_file, bool &a_is) |
|
bool | is_slides (const std::string &a_file, bool &a_is) |
|
bool | is_fits (const std::string &a_file, bool &a_is) |
|
bool | is_hdf (const std::string &a_file, bool &a_is) |
|
bool | is_ps (const std::string &a_file, bool &a_is) |
|
bool | is_simbad (const std::string &a_file, bool &a_is) |
|
bool | is_aida (const std::string &a_file, bool &a_is) |
|
bool | is_jive (const std::string &a_file, bool &a_is) |
|
bool | is_heprep (const std::string &a_file, bool &a_is) |
|
bool | is_shp (const std::string &a_file, bool &a_is) |
|
bool | size (const std::string &a_file, long &a_size) |
|
bool | is_empty (const std::string &a_file) |
|
bool | is_gzip (const std::string &a_file, bool &a_is) |
|
bool | gzip_usize (const std::string &a_file, unsigned int &a_usz) |
|
bool | extension_paper_format (const std::string &a_file, std::string &a_fmt) |
|
bool | signature (const std::string &a_file, unsigned char a_head[], unsigned int &a_num) |
|