1 #ifndef GRAPHTOOL_FILE_H_
2 #define GRAPHTOOL_FILE_H_
6 #include "dependency.h"
41 std::string
name()
const;
77 FileDependencySet dependencies_;
79 FileDependentSet dependents_;
84 #endif // GRAPHTOOL_FILE_H_
bool add_dependent(File *file, bool absolute)
Definition: file.cc:27
FileDependencySet * dependencies()
Definition: file.cc:48
std::string name() const
Definition: file.cc:44
FileDependentSet * dependents()
Definition: file.cc:52
bool add_dependency(File *file, bool absolute)
Definition: file.cc:20
bool remove_dependent(File *file)
Definition: file.cc:39
bool remove_dependency(File *file)
Definition: file.cc:32
File(std::string name)
Definition: file.cc:3