MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Token

Function Token

externals/simplecpp/simplecpp.h:161–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 Token(const Token &tok) :
162 macro(tok.macro), op(tok.op), comment(tok.comment), name(tok.name), number(tok.number), whitespaceahead(tok.whitespaceahead), location(tok.location), string(tok.string), mExpandedFrom(tok.mExpandedFrom) {}
163
164 Token &operator=(const Token &tok) = delete;
165

Callers 1

simplecpp.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected