#include <Dependency.h>
Onikiri::DependencySetに対する継承グラフ
Public メソッド | |
bool | IsIncluded (const Dependency *dep) const |
Dependency.h の 106 行で定義されています。
bool Onikiri::DependencySet::IsIncluded | ( | const Dependency * | dep | ) | const [inline] |
Dependency.h の 113 行で定義されています。
参照先 Onikiri::fixed_sized_buffer< T, SIZE, Tag >::begin()・Onikiri::fixed_sized_buffer< T, SIZE, Tag >::end().
00114 { 00115 for( const_iterator i = begin(); i != end(); ++i ){ 00116 if( *i == dep ){ 00117 return true; 00118 } 00119 } 00120 return false; 00121 }
関数の呼び出しグラフ: