You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Libraries/Strings.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@
7
7
Strings library allow read-only and write string operations and UTF Conversions.
8
8
Path is able to parse and manipulate windows and posix paths.
9
9
10
+
@note SC::String and SC::SmallString, the "classic C++ style" string containers are defined in [Memory](@ref library_memory) because they are based on SC::Buffer and they use dynamic memory allocation provided by the Memory library.
11
+
12
+
10
13
# Dependencies
11
-
- Direct dependencies: [Foundation](@ref library_foundation), [Memory](@ref library_memory)
12
-
- All dependencies: [Foundation](@ref library_foundation), [Memory](@ref library_memory)
14
+
- Direct dependencies: [Foundation](@ref library_foundation)
15
+
- All dependencies: [Foundation](@ref library_foundation)
13
16
14
17
# Statistics
15
18
| Type | Lines Of Code | Comments | Sum |
@@ -22,7 +25,6 @@ Path is able to parse and manipulate windows and posix paths.
0 commit comments