#include <PPropertiesWriter.h>
Definition at line 9 of file PPropertiesWriter.h.
◆ WriteTRB()
static TBOOL PPropertiesWriter::WriteTRB |
( |
const Toshi::TString8 & | a_sFilePath, |
|
|
const PBProperties & | a_oProperties, |
|
|
TBOOL | a_bCompress = false ) |
|
inlinestatic |
Definition at line 147 of file PPropertiesWriter.h.
148 {
150
151 PTRB trb;
154
155 auto stack = sect->CreateStream();
156
157 FillStringMap( a_oProperties );
158
159 symb->Add( stack, "Main", DumpProperties( a_oProperties, stack ).get() );
160 trb.
WriteToFile( a_sFilePath.GetString(), a_bCompress );
161
162 s_aStringMap.Clear();
163
165 }
const PBProperties * GetParentProperties() const
PTRBSymbols * GetSymbols()
PTRBSections * GetSections()
TBOOL WriteToFile(Toshi::T2StringView filepath, TBOOL compress=false)
The documentation for this class was generated from the following file: