yast2-core
|
file dependency (ycpc) More...
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 More... | |
bool | m_have_source |
time_t | m_srctime |
time_t | m_bintime |
file dependency (ycpc)
|
inline |
References name, recurse_struct::path, and toString().
Referenced by resolveDep().
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.
Referenced by resolveDep().
bool FileDep::is_module | ( | ) | const |
References m_is_module.
const std::string & FileDep::name | ( | ) | const |
References m_name.
Referenced by depTree(), and parseFile().
const std::string & FileDep::path | ( | ) | const |
References m_path.
Referenced by parseFile(), and setPath().
time_t FileDep::srctime | ( | ) | const |
References m_srctime.
Referenced by resolveDep().
std::string FileDep::toString | ( | ) | const |
References m_is_module, m_name, and m_path.
|
private |
Referenced by bintime().
|
private |
|
private |
module or include
Referenced by is_module(), and toString().
|
private |
Referenced by name(), and toString().
|
private |
Referenced by path(), setPath(), and toString().
|
private |
Referenced by srctime().