Poco::CppParser

class TypeDef

Library: CppParser
Package: SymbolTable
Header: Poco/CppParser/TypeDef.h

Description

This class represents a type definition (typedef).

Inheritance

Direct Base Classes: Decl

All Base Classes: Decl, Symbol

Member Summary

Member Functions: 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

Constructors

TypeDef

TypeDef(
    const std::string & decl,
    NameSpace * pNameSpace
);

Creates the TypeDef.

Destructor

~TypeDef virtual

~TypeDef();

Destroys the TypeDef.

Member Functions

kind

Symbol::Kind kind() const;