Library: CppParser
Package: SymbolTable
Header: Poco/CppParser/BuiltIn.h
A placeholder for a built-in type.
Direct Base Classes: Symbol
All Base Classes: Symbol
Member Functions: kind, toString
Inherited Functions: addDocumentation, attrs, extractName, fullName, getAccess, getAttributes, getDocumentation, getFile, getLibrary, getLineNumber, getPackage, hasAttr, id, isIdent, isPrivate, isProtected, isPublic, kind, name, nameSpace, setAccess, setAttributes, setDocumentation, setFile, setLibrary, setLineNumber, setPackage, toString
BuiltIn(
const std::string & name,
NameSpace * pNameSpace
);
Creates the BuiltIn.
~BuiltIn();
Destroys the BuiltIn.
Symbol::Kind kind() const;
std::string toString() const;
See also: Poco::CppParser::Symbol::toString()