| 244 | }; |
| 245 | |
| 246 | class Str : public Base |
| 247 | { |
| 248 | public: |
| 249 | explicit Str(const char* text) throw(); |
| 250 | explicit Str(const AbstractString& text) throw(); |
| 251 | explicit Str(const MetaString& text) throw(); |
| 252 | }; |
| 253 | |
| 254 | class Num : public Base |
| 255 | { |
no outgoing calls
no test coverage detected