File Information
Library: CppParser
Package: SymbolTable
Header: Poco/CppParser/Decl.h
Description
Inheritance
Direct Base Classes: Symbol
All Base Classes: Symbol
Known Derived Classes: Parameter, TypeDef, Function, TypeAlias, Variable
Member Summary
Member Functions: declaration, toString
Inherited Functions: addDocumentation, attrs, extractName, fullName, getAccess, getAttributeList, getAttributes, getDocumentation, getFile, getLibrary, getLineNumber, getOrder, getPackage, hasAttr, id, isIdent, isPrivate, isProtected, isPublic, kind, name, nameSpace, setAccess, setAttributeList, setAttributes, setDocumentation, setFile, setLibrary, setLineNumber, setOrder, setPackage, toString
Constructors
Decl
Decl(
const std::string & decl,
NameSpace * pNameSpace
);
Creates the Decl.
Destructor
~Decl
~Decl();
Destroys the Decl.
Member Functions
declaration
const std::string & declaration() const;
Returns the declaration.
toString
std::string toString() const;
See also: Poco::CppParser::Symbol::toString()
Variables
_decl
std::string _decl;