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 |
module or include | |
bool | m_have_source |
time_t | m_srctime |
time_t | m_bintime |
FileDep::FileDep | ( | ) | [inline] |
FileDep::FileDep | ( | const std::string & | name, | |
const std::string & | path, | |||
bool | is_module, | |||
bool | have_source, | |||
time_t | srctime, | |||
time_t | bintime | |||
) |
time_t FileDep::bintime | ( | ) | const |
References m_bintime.
bool FileDep::is_module | ( | ) | const |
References m_is_module.
const std::string & FileDep::name | ( | ) | const |
References m_name.
const std::string & FileDep::path | ( | ) | const |
void FileDep::setPath | ( | const std::string & | path | ) |
References m_path.
time_t FileDep::srctime | ( | ) | const |
References m_srctime.
std::string FileDep::toString | ( | ) | const |
References m_is_module, m_name, and m_path.
time_t FileDep::m_bintime [private] |
Referenced by bintime().
bool FileDep::m_have_source [private] |
bool FileDep::m_is_module [private] |
std::string FileDep::m_name [private] |
Referenced by name(), and toString().
std::string FileDep::m_path [private] |
Referenced by path(), setPath(), and toString().
time_t FileDep::m_srctime [private] |
Referenced by srctime().