クラス テンプレート shttl::counter< value_type >

#include <counter.h>

shttl::counter< value_type >に対する継承グラフ

Inheritance graph
[凡例]
shttl::counter< value_type >のコラボレーション図

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

Public メソッド

 counter (value_type initv=value_type(), value_type min=0, value_type max=3, value_type add=1, value_type sub=1, value_type threshold=0)

Protected 型

typedef counter_base< value_type,
value_type > 
base_type

説明

template<typename value_type = u8>
class shttl::counter< value_type >

counter.h167 行で定義されています。


型定義

template<typename value_type = u8>
typedef counter_base< value_type, value_type > shttl::counter< value_type >::base_type [protected]

counter.h184 行で定義されています。


コンストラクタとデストラクタ

template<typename value_type = u8>
shttl::counter< value_type >::counter ( value_type  initv = value_type(),
value_type  min = 0,
value_type  max = 3,
value_type  add = 1,
value_type  sub = 1,
value_type  threshold = 0 
) [inline]

counter.h171 行で定義されています。

00178           : 
00179             base_type( initv, initv, min, max, add, sub, threshold )
00180         {
00181         }


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