MCPcopy Create free account

hub / github.com/Mooophy/Cpp-Primer / functions

Functions1,561 in github.com/Mooophy/Cpp-Primer

Methodrep
ch15/ex15.42_c/wordquery.h:16
Methodrep
ch15/ex15.42_c/binaryquery.h:15
Methodrep
ch15/ex15.42_c/notquery.h:21
Methodrep
ch15/ex15.39.40/query.h:48
Methodrep
ch15/ex15.39.40/query.h:115
Methodrep
virtuals:
ch15/ex15.39.40/query.h:188
Methodrep
ch15/ex15.34.35.36.38/wordquery.h:26
Methodrep
ch15/ex15.34.35.36.38/binaryquery.h:24
Methodrep
virtuals:
ch15/ex15.34.35.36.38/notquery.h:22
Methodrep
ch15/ex15.42_b/wordquery.h:16
Methodrep
ch15/ex15.42_b/binaryquery.h:15
Methodrep
ch15/ex15.42_b/notquery.h:21
FunctionreportResults
for ex17.4 print the result using the given iostream
ch17/ex17_4_5_6_7_8.cpp:118
Methodreserve
ch13/ex13_49_StrVec.cpp:75
Methodreserve
ch13/ex13_42_StrVec.cpp:78
Methodreserve
ch13/ex13_39.cpp:75
Methodreserve
ch16/ex16.16/vec.h:139
Methodreserve
* @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
Methodreserve
ch16/ex16.58.59/vec.h:151
Methodreserve
ch14/ex14_26_String.cpp:174
Methodreserve
ch14/ex14_16_StrVec.cpp:75
Methodreserve
ch14/ex14_26_StrVec.cpp:75
Methodreserve
ch14/ex14_18_String.cpp:174
Methodreserve
ch14/ex14_18_StrVec.cpp:75
Methodreserve
ch14/ex14_16_String.cpp:154
Methodreset
free and make it point to nullptr or to p's pointee.
ch16/ex16.29/unique_pointer.h:53
Methodreset
if unique user, free the object pointed to
ch16/ex16.29/shared_pointer.h:82
Methodreset
free and make it point to nullptr or to p's pointee.
ch16/ex16.28/unique_pointer.h:53
Methodreset
Free the object pointed to, if unique
ch16/ex16.28/shared_pointer.hpp:134
Methodresize
ch13/ex13_40.cpp:90
Methodresize
ch13/ex13_49_StrVec.cpp:81
Methodresize
ch13/ex13_42_StrVec.cpp:84
Methodresize
ch13/ex13_39.cpp:81
Methodresize
ch16/ex16.58.59/strvec.cpp:106
Methodresize
ch16/ex16.58.59/vec.h:171
Methodresize
ch14/ex14_26_String.cpp:180
Methodresize
ch14/ex14_16_StrVec.cpp:81
Methodresize
ch14/ex14_26_StrVec.cpp:81
Methodresize
ch14/ex14_18_String.cpp:180
Methodresize
ch14/ex14_18_StrVec.cpp:81
Methodresize
ch14/ex14_16_String.cpp:160
Methodsave
ch13/ex13_34_36_37.cpp:19
Methodsave
ch13/ex13_49_Message.cpp:39
Methodset_io
ch07/ex7_53.h:18
Methodset_other
ch07/ex7_53.h:19
Methodset_rt
ch07/ex7_53.h:17
Methodshared_pointer
default constructor
ch16/ex16.29/shared_pointer.h:35
Methodshared_pointer
ch16/ex16.29/shared_pointer.h:133
Methodshow
ch13/ex13_31.h:53
Methodsize
ch13/ex13_49_String.h:24
Methodsize
ch13/ex13_44_47.h:16
Methodsize
ch13/ex13_42_StrVec.h:18
Methodsize
ch13/ex13_49_StrVec.h:26
Methodsize
ch13/ex13_39.h:26
Methodsize
ch16/ex16.58.59/strvec.h:42
Methodsize
ch14/ex14_26_String.h:50
Methodsize
ch14/ex14_16_String.h:35
Methodsize
ch14/ex14_18_String.h:47
Methodsize
ch14/ex14_26_StrVec.h:33
Methodsize
ch14/ex14_18_StrVecMain.cpp:33
Methodsize
ch14/ex14_23.h:35
Methodsize
ch14/ex14_18_StrVec.h:33
Methodsize
ch14/ex14_16_StrVec.h:29
Functionswap
ch13/ex13_30.h:40
Functionswap
ch13/ex13_34_36_37.cpp:4
Functionswap
ch13/ex13_49_Message.cpp:4
Functionswap
ch18/18_18 18_19.cpp:8
Methodswap
swap member using swap friend
ch16/ex16.29/unique_pointer.h:50
Methodswap
swap member
ch16/ex16.29/shared_pointer.h:79
Methodswap
swap member using swap friend
ch16/ex16.28/unique_pointer.h:50
Methodswap
Swap
ch16/ex16.28/shared_pointer.hpp:127
Methodunique
Check if the unique user
ch16/ex16.28/shared_pointer.hpp:120
Methodunique_pointer
preventing copy and assignment
ch16/ex16.29/unique_pointer.h:22
Methodunique_pointer
preventing copy and assignment
ch16/ex16.28/unique_pointer.h:22
FunctionwordCounting
ch11/ex11_38.cpp:18
Methodwy_alloc_n_move
ch16/ex16.16/vec.h:241
Methodwy_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
Methodwy_alloc_n_move
ch16/ex16.58.59/vec.h:253
Methodwy_queryResult
default constructor
ch16/ex16.21.22/wy_queryresult.h:24
Methodwy_queryResult
copy constructor
ch16/ex16.21.22/wy_queryresult.cpp:18
Methodwy_textQuery
constructors
ch16/ex16.21.22/wy_textquery.h:35
Methodwy_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
← previousnext →1,401–1,500 of 1,561, ranked by callers