///////////////////////////////////////////////////////////////////////////
| 49 | |
| 50 | //////////////////////////////////////////////////////////////////////////////// |
| 51 | A2::A2(const std::string& raw, Lexer::Type lextype) { |
| 52 | _lextype = lextype; |
| 53 | attribute("raw", raw); |
| 54 | } |
| 55 | |
| 56 | //////////////////////////////////////////////////////////////////////////////// |
| 57 | A2::A2(const A2& other) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected