A naive reference counted string implementation.
Go to file
Kjistóf 1dec4febcc implemented remaining methods and added checks to neccessary methods
(some methods, like size() could segfault on empty Strings)
2016-10-23 15:34:30 +02:00
.gitignore added gitignore 2016-10-23 03:44:55 +02:00
CMakeLists.txt added CMakeLists.txt 2016-10-23 03:45:20 +02:00
manualtest.cpp added a "manual" test, so the code can be profiled / leak checked in 2016-10-23 03:47:16 +02:00
String.cpp implemented remaining methods and added checks to neccessary methods 2016-10-23 15:34:30 +02:00
String.h added header files for String and StringValue 2016-10-23 03:45:46 +02:00
StringValue.cpp fixed overflow detection in StringValue::operator[] 2016-10-23 14:12:13 +02:00
StringValue.h added header files for String and StringValue 2016-10-23 03:45:46 +02:00
test.cpp added unit tests using GTest library 2016-10-23 03:46:48 +02:00