Classes | |
class | Info |
struct | SymbolInfo |
A description of a symbol as extracted by the cpptagdb.exe program. The description includes the type of the symbol, its full namespace name, its member name, the file and line where it is defined, and the kind of symbol it is: function, variable, namespace, etc. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &s, Info const &me) |
std::ostream& cxxtls::CppTagDB::operator<< | ( | std::ostream & | s, | |
Info const & | me | |||
) |
Definition at line 364 of file cpptagdb.cxx.