| 76 | } |
| 77 | |
| 78 | string const ValueByte::GetAsString |
| 79 | ( |
| 80 | ) const |
| 81 | { |
| 82 | stringstream ss; |
| 83 | ss << (uint32)GetValue(); |
| 84 | return ss.str(); |
| 85 | } |
| 86 | |
| 87 | bool ValueByte::SetFromString |
| 88 | ( |
nothing calls this directly
no outgoing calls
no test coverage detected