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

Class GlobalSimpleStringCache

include/CppUTest/SimpleStringInternalCache.h:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98class GlobalSimpleStringCache
99{
100 SimpleStringCacheAllocator* allocator_;
101 SimpleStringInternalCache cache_;
102
103public:
104 GlobalSimpleStringCache();
105 ~GlobalSimpleStringCache();
106
107 TestMemoryAllocator* getAllocator();
108};
109
110#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected