Doxygen
entry.h 文件参考
#include <vector>
#include <memory>
#include <sstream>
#include "types.h"
#include "arguments.h"
#include "reflist.h"
#include "textstream.h"
+ entry.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  BaseInfo
 This class stores information about an inheritance relation 更多...
 
struct  TagInfo
 This struct is used to capture the tag file information for an Entry. 更多...
 
class  Entry
 Represents an unstructured piece of information, about an entity found in the sources. 更多...
 

类型定义

typedef std::vector< std::shared_ptr< Entry > > EntryList
 

类型定义说明

◆ EntryList

typedef std::vector< std::shared_ptr<Entry> > EntryList

在文件 entry.h336 行定义.