My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
TagNamespaceInfo Class Reference

Public Member Functions

 TagNamespaceInfo ()
 

Public Attributes

QCString name
 
QCString filename
 
QCString clangId
 
QStringList classList
 
QStringList namespaceList
 
TagAnchorInfoList docAnchors
 
QList< TagMemberInfomembers
 

Detailed Description

Container for namespace specific info that can be read from a tagfile

Definition at line 114 of file tagreader.cpp.

Constructor & Destructor Documentation

TagNamespaceInfo::TagNamespaceInfo ( )
inline

Definition at line 117 of file tagreader.cpp.

References members.

{ members.setAutoDelete(TRUE); }

Member Data Documentation

QCString TagNamespaceInfo::clangId

Definition at line 120 of file tagreader.cpp.

Referenced by TagFileParser::buildLists(), and TagFileParser::endClangId().

QStringList TagNamespaceInfo::classList
TagAnchorInfoList TagNamespaceInfo::docAnchors

Definition at line 123 of file tagreader.cpp.

Referenced by TagFileParser::buildLists(), and TagFileParser::endDocAnchor().

QCString TagNamespaceInfo::filename
QList<TagMemberInfo> TagNamespaceInfo::members
QCString TagNamespaceInfo::name
QStringList TagNamespaceInfo::namespaceList

Definition at line 122 of file tagreader.cpp.


The documentation for this class was generated from the following file: