Doxygen
|
#include <vector>
#include <memory>
#include <sstream>
#include "types.h"
#include "arguments.h"
#include "reflist.h"
#include "textstream.h"
类 | |
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 |