

Public Member Functions | |
| tp_type | value () const |
| void | inc () |
| void | dec () |
| void | set (const tp_type &newValue) |
Protected Attributes | |
| tp_type | m_value |
Definition at line 60 of file cppdemo.cc.
| tp_type TemplateCounter< tp_type >::value | ( | ) | const [inline] |
Definition at line 66 of file cppdemo.cc.
| void TemplateCounter< tp_type >::inc | ( | ) | [inline] |
| void TemplateCounter< tp_type >::dec | ( | ) | [inline] |
| void TemplateCounter< tp_type >::set | ( | const tp_type & | newValue | ) | [inline] |
Definition at line 69 of file cppdemo.cc.
Referenced by main().
tp_type TemplateCounter< tp_type >::m_value [protected] |
Definition at line 63 of file cppdemo.cc.
Referenced by TemplateCounter< uint8_t >::dec(), TemplateCounter< uint8_t >::inc(), TemplateCounter< uint8_t >::set(), and TemplateCounter< uint8_t >::value().