クラス Onikiri::DependencySet

#include <Dependency.h>

Onikiri::DependencySetに対する継承グラフ

Inheritance graph
[凡例]
Onikiri::DependencySetのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

bool IsIncluded (const Dependency *dep) const

説明

Dependency.h106 行で定義されています。


関数

bool Onikiri::DependencySet::IsIncluded ( const Dependency dep  )  const [inline]

Dependency.h113 行で定義されています。

参照先 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         }

関数の呼び出しグラフ:


このクラスの説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 14:55:57 2013に生成されました。  doxygen 1.4.7