file dependency (ycpc)
More...
List of all members.
Detailed Description
Constructor & Destructor Documentation
| FileDep::FileDep |
( |
const std::string & |
name, |
|
|
const std::string & |
path, |
|
|
bool |
is_module, |
|
|
bool |
have_source, |
|
|
time_t |
srctime, |
|
|
time_t |
bintime |
|
) |
| |
Member Function Documentation
| time_t FileDep::bintime |
( |
| ) |
const |
| bool FileDep::is_module |
( |
| ) |
const |
| const std::string & FileDep::name |
( |
| ) |
const |
| const std::string & FileDep::path |
( |
| ) |
const |
| void FileDep::setPath |
( |
const std::string & |
path | ) |
|
| time_t FileDep::srctime |
( |
| ) |
const |
| std::string FileDep::toString |
( |
| ) |
const |
Member Data Documentation
| time_t FileDep::m_bintime |
|
private |
| bool FileDep::m_have_source |
|
private |
| bool FileDep::m_is_module |
|
private |
| std::string FileDep::m_name |
|
private |
| std::string FileDep::m_path |
|
private |
| time_t FileDep::m_srctime |
|
private |
The documentation for this class was generated from the following file: