MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / read_array_string

Function read_array_string

src/simulation.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static void read_array_string( wxDataInputStream &in, wxArrayString &list )
100{
101 list.Clear();
102 size_t n = in.Read32();
103 for( size_t i=0;i<n;i++ )
104 list.Add( in.ReadString() );
105}
106
107void Simulation::Write( wxOutputStream &os )
108{

Callers 1

ReadMethod · 0.85

Calls 2

ClearMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected