MCPcopy Create free account
hub / github.com/bbidulock/icewm / YStringArray

Method YStringArray

src/yarray.cc:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193YStringArray::YStringArray(const YStringArray &other) :
194 BaseType(other.getCount())
195{
196 for (SizeType i = 0; i < other.getCount(); ++i)
197 append(other.getString(i));
198}
199
200YStringArray::YStringArray(const char* cstr[], SizeType num, SizeType cap) :
201 BaseType(max(num, cap))

Callers

nothing calls this directly

Calls 3

maxFunction · 0.85
getStringMethod · 0.80
getCountMethod · 0.45

Tested by

no test coverage detected