MCPcopy Create free account
hub / github.com/bwapi/bwapi / tref

Function tref

bwapi/DocumentationGen/helpers.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template <class T>
67std::string tref(T const & t)
68{
69 return "@ref " + namespaceOf<T>::value + "::" + t.toString() + " \"" + friendlyName(t) + "\"";
70}
71
72template <class T>
73std::string iconref(T const & t)

Callers 6

writeTechInfoFunction · 0.70
iconrefFunction · 0.70
makelistFunction · 0.70
writeWeaponInfoFunction · 0.70
writeUnitInfoFunction · 0.70
writeUpgradeInfoFunction · 0.70

Calls 1

friendlyNameFunction · 0.85

Tested by

no test coverage detected