Public Member Functions | |
| tp_type | value () const |
| void | inc () |
| void | dec () |
| void | set (const tp_type &newValue) |
Protected Attributes | |
| tp_type | m_value |
| tp_type TemplateCounter< tp_type >::value | ( | ) | const [inline] |
| void TemplateCounter< tp_type >::inc | ( | ) | [inline] |
Referenced by main().
| void TemplateCounter< tp_type >::dec | ( | ) | [inline] |
Referenced by main().
| void TemplateCounter< tp_type >::set | ( | const tp_type & | newValue | ) | [inline] |
Referenced by main().
tp_type TemplateCounter< tp_type >::m_value [protected] |