Classes: Attributes, AttributesParser, CharLiteralToken, CommentToken, CppToken, Decl, Enum, EnumValue, Function, IdentifierToken, NameSpace, NumberLiteralToken, OperatorToken, Parameter, Parser, PreprocessorToken, StringLiteralToken, Struct, Symbol, Tokenizer, TypeDef, Utility, Variable
Functions: replace
This class stores attributes for a symbol table entry.
A parser for POCO-style C++ attributes.
The base class for all C++ tokens.
This class represents a simple declaration in a C++ source file.
This class represents an enum declaration.
This class represents an enumeration value
inside an enum declaration.
This class represents a (member) function declaration.
This class represents a namespace.
This class represents a parameter to a function.
A minimal parser for C++ (header files).
This class represents a struct or class declaration.
This is the base class for all symbols in the symbol table.
A Tokenizer for C++.
This class represents a type definition (typedef).
Various helpers for parsing and analyzing C++ header files.
This class represents (member) variable declaration.
std::string replace(
const std::string & input,
const std::string & oldToken,
const std::string & newToken
);
Replaces in character input all oldTokens with the newToken