| 1951 | } |
| 1952 | |
| 1953 | bool Library::isSmartPointer(const Token* tok) const |
| 1954 | { |
| 1955 | return detectSmartPointer(tok); |
| 1956 | } |
| 1957 | |
| 1958 | const Library::SmartPointer* Library::detectSmartPointer(const Token* tok, bool withoutStd) const |
| 1959 | { |
no outgoing calls
no test coverage detected