Function gpa::detail::BeginStructureStr

Function Documentation

inline std::stringstream gpa::detail::BeginStructureStr(StrFmtFlags strFmtFlags, uint32_t &tabCount, uint32_t tabSize)

Gets a std::stringstream prepared for writing a structure.

Note

tabCount will be incremented

Parameters
  • strFmtFlags -- [in] A bit mask of flags controlling the resulting std::stringstream's formatting

  • tabCount -- [in] A reference to the tab count to begin the structure at

Returns

The prepared std::stringstream