#include <unix_system.hxx>
Inheritance diagram for UnixSystem:
Public Member Functions | |
UnixSystem () | |
virtual | ~UnixSystem () |
unsigned int | get_time () |
void | sleep (unsigned long) |
std::string | get_construo_rc_path () |
std::string | get_user_realname () |
std::string | get_user_email () |
FILE * | open_input_file (const std::string &filename) |
FILE * | open_output_file (const std::string &filename) |
unsigned int | get_mtime (const std::string &filename) |
FileType | get_file_type (const std::string &filename) |
std::vector< std::string > | read_directory (const std::string &pathname) |
std::string | translate_filename (const std::string &) |
Definition at line 28 of file unix_system.hxx.
|
Definition at line 39 of file unix_system.cxx. |
|
Definition at line 81 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 103 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 154 of file unix_system.cxx. References FT_CONSTRUO_FILE, FT_DIRECTORY, FT_UNKNOWN_FILE, StringUtils::has_suffix(), and translate_filename(). |
|
Implements SystemContext. Definition at line 138 of file unix_system.cxx. References translate_filename(). |
|
Implements SystemContext. Definition at line 86 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 126 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 110 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 211 of file unix_system.cxx. References translate_filename(). |
|
Implements SystemContext. Definition at line 218 of file unix_system.cxx. References translate_filename(). |
|
Implements SystemContext. Definition at line 257 of file unix_system.cxx. References translate_filename(). |
|
sleep for the given number of milisec Implements SystemContext. Definition at line 97 of file unix_system.cxx. |
|
Implements SystemContext. Definition at line 191 of file unix_system.cxx. References StringUtils::has_prefix(). Referenced by get_file_type(), get_mtime(), open_input_file(), open_output_file(), and read_directory(). |