Doxygen
Loading...
Searching...
No Matches
reflist.h File Reference
#include <vector>
#include <unordered_map>
#include <memory>
#include "qcstring.h"
#include "linkedmap.h"
#include "construct.h"
+ Include dependency graph for reflist.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RefItem
 This struct represents an item in the list of references. More...
 
class  RefList
 List of cross-referenced items. More...
 
class  RefListManager
 

Typedefs

using RefItemVector = std::vector<RefItem*>
 

Typedef Documentation

◆ RefItemVector

using RefItemVector = std::vector<RefItem*>

Definition at line 133 of file reflist.h.