MCPcopy Create free account
hub / github.com/cpputest/cpputest / SimpleStringCollection

Method SimpleStringCollection

src/CppUTest/SimpleString.cpp:965–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965SimpleStringCollection::SimpleStringCollection()
966{
967 collection_ = NULLPTR;
968 size_ = 0;
969}
970
971void SimpleStringCollection::allocate(size_t _size)
972{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected