| 40 | // so we have to handle it specially in the trampoline class (see below). |
| 41 | virtual const std::string &get_string1() { return str1; } |
| 42 | virtual const std::string *get_string2() { return &str2; } |
| 43 | |
| 44 | private: |
| 45 | int state; |
nothing calls this directly
no outgoing calls
no test coverage detected