| 643 | /***********************************************************************/ |
| 644 | template <class TYPE> |
| 645 | int TYPVAL<TYPE>::GetValLen(void) |
| 646 | { |
| 647 | char c[32]; |
| 648 | |
| 649 | return snprintf(c, 32, Fmt, Tval); |
| 650 | } // end of GetValLen |
| 651 | |
| 652 | template <> |
| 653 | int TYPVAL<double>::GetValLen(void) |
no outgoing calls
no test coverage detected