This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
refcountedstring
Watch
1
Star
0
Fork
0
You've already forked refcountedstring
Code
Issues
Pull Requests
Releases
Wiki
Activity
13
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Kjistóf
4a1709d626
now the non-const String::operator[] returns a Char class instead of a
...
primitive
2016-10-23 15:36:10 +02:00
.gitignore
added gitignore
2016-10-23 03:44:55 +02:00
Char.cpp
made a char wrapper: Char, which implements copy-on-write for String
2016-10-23 15:34:59 +02:00
Char.h
made a char wrapper: Char, which implements copy-on-write for String
2016-10-23 15:34:59 +02:00
CMakeLists.txt
now the non-const String::operator[] returns a Char class instead of a
2016-10-23 15:36:10 +02:00
manualtest.cpp
added new manual tests for new methods in String
2016-10-23 15:34:59 +02:00
String.cpp
now the non-const String::operator[] returns a Char class instead of a
2016-10-23 15:36:10 +02:00
String.h
now the non-const String::operator[] returns a Char class instead of a
2016-10-23 15:36:10 +02:00
StringValue.cpp
made an index_of() method for StringValue, which calculates the index of
2016-10-23 15:34:59 +02:00
StringValue.h
made an index_of() method for StringValue, which calculates the index of
2016-10-23 15:34:59 +02:00
test.cpp
added some new, forgotten test cases and made some new ones for the new
2016-10-23 15:34:59 +02:00
Description
A naive reference counted string implementation.
25
KiB
Languages
C++
100%