Library: CppParser
Package: SymbolTable
Header: Poco/CppParser/TypeDef.h
This class represents a type definition (typedef).
Direct Base Classes: Decl
All Base Classes: Decl, Symbol
Member Functions: baseType, kind
Inherited Functions: addDocumentation, attrs, declaration, 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
TypeDef(
const std::string & decl,
NameSpace * pNameSpace
);
Creates the TypeDef.
~TypeDef();
Destroys the TypeDef.
std::string baseType() const;
Returns the underlying base type.
Symbol::Kind kind() const;