Public Member Functions | |
| FileDep () | |
| FileDep (const std::string &name, const std::string &path, bool is_module, bool have_source, time_t srctime, time_t bintime) | |
| const std::string & | name () const |
| const std::string & | path () const |
| void | setPath (const std::string &path) |
| bool | is_module () const |
| time_t | srctime () const |
| time_t | bintime () const |
| std::string | toString () const |
Private Attributes | |
| std::string | m_name |
| std::string | m_path |
| bool | m_is_module |
| bool | m_have_source |
| time_t | m_srctime |
| time_t | m_bintime |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4