MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / SimpleTypePrinter

Method SimpleTypePrinter

InsightsHelpers.cpp:855–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854public:
855 SimpleTypePrinter(const QualType& qt, const CppInsightsPrintingPolicy& printingPolicy)
856 : mType{qt}
857 , mPrintingPolicy{printingPolicy}
858 {
859 }
860
861 std::string& GetString() { return mData.GetString(); }
862

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected