|
bool | tools::file::is_zip (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_jpeg (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_ico (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_png (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_root (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_iv (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_wrl (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_fog (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_dot (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_dcm (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_gdml (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_exsg (unsigned int a_sz, const char *a_buffer) |
|
bool | tools::file::is_exsg (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_bsg (unsigned int a_sz, const char *a_buffer) |
|
bool | tools::file::is_bsg (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_scenarios (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_slides (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_fits (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_hdf (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_ps (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_simbad (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_aida (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_jive (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_heprep (const std::string &a_file, bool &a_is) |
|
bool | tools::file::is_shp (const std::string &a_file, bool &a_is) |
|