Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mooophy/Cpp-Primer
/ functions
Functions
1,561 in github.com/Mooophy/Cpp-Primer
⨍
Functions
1,561
◇
Types & classes
283
Method
rep
ch15/ex15.42_c/wordquery.h:16
Method
rep
ch15/ex15.42_c/binaryquery.h:15
Method
rep
ch15/ex15.42_c/notquery.h:21
Method
rep
ch15/ex15.39.40/query.h:48
Method
rep
ch15/ex15.39.40/query.h:115
Method
rep
virtuals:
ch15/ex15.39.40/query.h:188
Method
rep
ch15/ex15.34.35.36.38/wordquery.h:26
Method
rep
ch15/ex15.34.35.36.38/binaryquery.h:24
Method
rep
virtuals:
ch15/ex15.34.35.36.38/notquery.h:22
Method
rep
ch15/ex15.42_b/wordquery.h:16
Method
rep
ch15/ex15.42_b/binaryquery.h:15
Method
rep
ch15/ex15.42_b/notquery.h:21
Function
reportResults
for ex17.4 print the result using the given iostream
ch17/ex17_4_5_6_7_8.cpp:118
Method
reserve
ch13/ex13_49_StrVec.cpp:75
Method
reserve
ch13/ex13_42_StrVec.cpp:78
Method
reserve
ch13/ex13_39.cpp:75
Method
reserve
ch16/ex16.16/vec.h:139
Method
reserve
* @brief preallocate enough memory for specified number of elements * @param n number of elements required * @note this function is implemented
ch16/ex16.58.59/strvec.cpp:86
Method
reserve
ch16/ex16.58.59/vec.h:151
Method
reserve
ch14/ex14_26_String.cpp:174
Method
reserve
ch14/ex14_16_StrVec.cpp:75
Method
reserve
ch14/ex14_26_StrVec.cpp:75
Method
reserve
ch14/ex14_18_String.cpp:174
Method
reserve
ch14/ex14_18_StrVec.cpp:75
Method
reserve
ch14/ex14_16_String.cpp:154
Method
reset
free and make it point to nullptr or to p's pointee.
ch16/ex16.29/unique_pointer.h:53
Method
reset
if unique user, free the object pointed to
ch16/ex16.29/shared_pointer.h:82
Method
reset
free and make it point to nullptr or to p's pointee.
ch16/ex16.28/unique_pointer.h:53
Method
reset
Free the object pointed to, if unique
ch16/ex16.28/shared_pointer.hpp:134
Method
resize
ch13/ex13_40.cpp:90
Method
resize
ch13/ex13_49_StrVec.cpp:81
Method
resize
ch13/ex13_42_StrVec.cpp:84
Method
resize
ch13/ex13_39.cpp:81
Method
resize
ch16/ex16.58.59/strvec.cpp:106
Method
resize
ch16/ex16.58.59/vec.h:171
Method
resize
ch14/ex14_26_String.cpp:180
Method
resize
ch14/ex14_16_StrVec.cpp:81
Method
resize
ch14/ex14_26_StrVec.cpp:81
Method
resize
ch14/ex14_18_String.cpp:180
Method
resize
ch14/ex14_18_StrVec.cpp:81
Method
resize
ch14/ex14_16_String.cpp:160
Method
save
ch13/ex13_34_36_37.cpp:19
Method
save
ch13/ex13_49_Message.cpp:39
Method
set_io
ch07/ex7_53.h:18
Method
set_other
ch07/ex7_53.h:19
Method
set_rt
ch07/ex7_53.h:17
Method
shared_pointer
default constructor
ch16/ex16.29/shared_pointer.h:35
Method
shared_pointer
ch16/ex16.29/shared_pointer.h:133
Method
show
ch13/ex13_31.h:53
Method
size
ch13/ex13_49_String.h:24
Method
size
ch13/ex13_44_47.h:16
Method
size
ch13/ex13_42_StrVec.h:18
Method
size
ch13/ex13_49_StrVec.h:26
Method
size
ch13/ex13_39.h:26
Method
size
ch16/ex16.58.59/strvec.h:42
Method
size
ch14/ex14_26_String.h:50
Method
size
ch14/ex14_16_String.h:35
Method
size
ch14/ex14_18_String.h:47
Method
size
ch14/ex14_26_StrVec.h:33
Method
size
ch14/ex14_18_StrVecMain.cpp:33
Method
size
ch14/ex14_23.h:35
Method
size
ch14/ex14_18_StrVec.h:33
Method
size
ch14/ex14_16_StrVec.h:29
Function
swap
ch13/ex13_30.h:40
Function
swap
ch13/ex13_34_36_37.cpp:4
Function
swap
ch13/ex13_49_Message.cpp:4
Function
swap
ch18/18_18 18_19.cpp:8
Method
swap
swap member using swap friend
ch16/ex16.29/unique_pointer.h:50
Method
swap
swap member
ch16/ex16.29/shared_pointer.h:79
Method
swap
swap member using swap friend
ch16/ex16.28/unique_pointer.h:50
Method
swap
Swap
ch16/ex16.28/shared_pointer.hpp:127
Method
unique
Check if the unique user
ch16/ex16.28/shared_pointer.hpp:120
Method
unique_pointer
preventing copy and assignment
ch16/ex16.29/unique_pointer.h:22
Method
unique_pointer
preventing copy and assignment
ch16/ex16.28/unique_pointer.h:22
Function
wordCounting
ch11/ex11_38.cpp:18
Method
wy_alloc_n_move
ch16/ex16.16/vec.h:241
Method
wy_alloc_n_move
* @brief allocate memory for spicified number of elements * @param n * @note it's user's responsibility to ensure that @param n is greater than
ch16/ex16.58.59/strvec.cpp:194
Method
wy_alloc_n_move
ch16/ex16.58.59/vec.h:253
Method
wy_queryResult
default constructor
ch16/ex16.21.22/wy_queryresult.h:24
Method
wy_queryResult
copy constructor
ch16/ex16.21.22/wy_queryresult.cpp:18
Method
wy_textQuery
constructors
ch16/ex16.21.22/wy_textquery.h:35
Method
wy_textQuery
* Constructor * read each line into the dynamicly allocated vector. */
ch16/ex16.21.22/wy_textquery.cpp:25
Method
~A
ch19/ex19_3_4.cpp:53
Method
~B
ch19/ex19_3_4.cpp:58
Method
~Base
ch18/ex18_29.cpp:45
Method
~Base1
ch18/ex18.25.cpp:57
Method
~Base2
ch18/ex18.25.cpp:63
Method
~BinStrTree
ch13/ex13_28.h:40
Method
~Bulk_quote
ch15/ex15.28.29/bulk_quote.h:54
Method
~Bulk_quote
ch15/ex15.30/bulk_quote.h:58
Method
~Bulk_quote
ch15/ex15.27/bulk_quote.h:54
Method
~Bulk_quote
ch15/ex15.26/bulk_quote.h:46
Method
~C
ch19/ex19_3_4.cpp:63
Method
~Class
ch18/ex18_29.cpp:39
Method
~D
ch19/ex19_3_4.cpp:68
Method
~D1
ch18/ex18.25.cpp:70
Method
~D1
ch18/ex18_29.cpp:51
Method
~D2
ch18/ex18.25.cpp:76
Method
~D2
ch18/ex18_29.cpp:57
Method
~Date
destructor -- in this case, user-defined destructor is not nessary.
ch14/ex14_24.h:90
← previous
next →
1,401–1,500 of 1,561, ranked by callers