The htags.cpp
File Reference
Included Headers
#include <stdio.h>
#include <unordered_map>
#include <string>
#include "htags.h"
#include "util.h"
#include "message.h"
#include "config.h"
#include "portable.h"
#include "fileinfo.h"
#include "dir.h"
Variables Index
static Dir | g_inputDir |
static std::unordered_map< std::string, std::string > | g_symbolMap |
Variables
g_inputDir
| static |
Definition at line 31 of file htags.cpp.
31static Dir g_inputDir;
Referenced by Htags::execute and Htags::path2URL.
g_symbolMap
| static |
Definition at line 32 of file htags.cpp.
32static std::unordered_map<std::string,std::string> g_symbolMap;
Referenced by Htags::loadFilemap and Htags::path2URL.
Generated via doxygen2docusaurus by Doxygen 1.14.0.