◆ TestCircularDependency()
TestCircularDependency::TestCircularDependency |
( |
const std::string * | file | ) |
|
|
inline |
Definition at line 151 of file oks_validate_repository.cxx.
152 {
155 }
std::vector< const std::string * > p_vector_includes
std::set< const std::string *, OksFile::SortByName > p_set_includes
◆ pop()
void TestCircularDependency::pop |
( |
| ) |
|
|
inline |
◆ push()
bool TestCircularDependency::push |
( |
const std::string * | file | ) |
|
|
inline |
Definition at line 158 of file oks_validate_repository.cxx.
159 {
161 if (it.second == false)
162 {
163 std::ostringstream
s;
164
165 bool report = false;
166
168 {
169 if (x == *it.first)
170 {
172 report = true;
173 }
174
175 if (report)
177 }
178
179 return false;
180 }
181
183
184 return true;
185 }
struct FoundCircularDependency s_circular_dependency_message
◆ p_set_includes
◆ p_vector_includes
std::vector<const std::string *> TestCircularDependency::p_vector_includes |
The documentation for this struct was generated from the following file: