MCPcopy Create free account

hub / github.com/Shangyizhou/A-Tiny-Network-Library / functions

Functions860 in github.com/Shangyizhou/A-Tiny-Network-Library

Methodoperator--
post-decrement (it--)
src/mysql/json.hpp:8406
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:7978
Methodoperator->
src/mysql/json.hpp:9541
Methodoperator/
src/mysql/json.hpp:8631
Functionoperator<
* 定时器需要比较时间戳,因此需要重载运算符 */
src/base/Timestamp.h:54
Functionoperator<
* 定时器需要比较时间戳,因此需要重载运算符 */
include/tiny_network/base/Timestamp.h:54
Methodoperator<
src/mysql/json.hpp:7615
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:8134
Functionoperator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calcula
src/mysql/json.hpp:18785
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:8161
Methodoperator=
src/mysql/json.hpp:772
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare
src/mysql/json.hpp:9454
Functionoperator==
src/base/Timestamp.h:59
Functionoperator==
include/tiny_network/base/Timestamp.h:59
Methodoperator==
equality operator (needed for InputIterator)
src/mysql/json.hpp:1749
Methodoperator==
src/mysql/json.hpp:7610
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:8098
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs
src/mysql/json.hpp:18831
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:8170
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by c
src/mysql/json.hpp:18877
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/mysql/json.hpp:8179
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond
src/mysql/json.hpp:16019
Methodoperator[]
access to successor
src/mysql/json.hpp:8442
Methodother_error
src/mysql/json.hpp:446
Methodout_of_range
src/mysql/json.hpp:409
Methodoutput_adapter
src/mysql/json.hpp:9673
Methodoutput_stream_adapter
src/mysql/json.hpp:9628
Methodoutput_string_adapter
src/mysql/json.hpp:9651
Methodoutput_vector_adapter
src/mysql/json.hpp:9605
MethodownerLoop
one lool per thread
src/net/Channel.h:68
MethodownerLoop
one lool per thread
include/tiny_network/net/Channel.h:68
Methodparent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root,
src/mysql/json.hpp:8690
MethodparseJsonFile
解析JSON配置文件
src/mysql/ConnectionPool.cc:44
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
src/mysql/json.hpp:3871
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/
src/mysql/json.hpp:3763
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
src/mysql/json.hpp:3834
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
src/mysql/json.hpp:3685
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last r
src/mysql/json.hpp:3900
Methodparse_error
src/mysql/json.hpp:2964
Methodparse_error
src/mysql/json.hpp:3210
Methodparse_error
src/mysql/json.hpp:3407
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/mysql/json.hpp:4419
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last r
src/mysql/json.hpp:4923
Methodparser
a parser reading from an input adapter
src/mysql/json.hpp:7113
Functionpatch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of opera
src/mysql/json.hpp:20409
Methodpeek
返回缓冲区中可读数据的起始地址
include/tiny_network/net/Buffer.h:46
MethodpollReturnTime
src/net/EventLoop.h:28
MethodpollReturnTime
include/tiny_network/net/EventLoop.h:28
Methodposition_string
src/mysql/json.hpp:256
MethodprependableBytes
* kCheapPrepend | reader | writer | * wreaderIndex_ */
src/net/Buffer.h:43
MethodprependableBytes
* kCheapPrepend | reader | writer | * wreaderIndex_ */
include/tiny_network/net/Buffer.h:43
MethodprocessRequestLine
解析请求行
src/http/HttpContext.cc:5
MethodproduceConnection
src/mysql/ConnectionPool.cc:61
Functionquery
查询测试
src/mysql/test/MysqlPoolTest.cc:151
MethodqueueSize
src/base/ThreadPool.cc:47
Functionrbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @ima
src/mysql/json.hpp:17117
MethodreadableBytes
* kCheapPrepend | reader | writer | * writerIndex_ - readerIndex_ */
include/tiny_network/net/Buffer.h:33
MethodreceiveTime
src/http/HttpRequest.h:105
MethodreceiveTime
include/tiny_network/http/HttpRequest.h:105
MethodrecycleConnection
销毁多余的数据库连接
src/mysql/ConnectionPool.cc:85
Functionreinterpret_bits
src/mysql/json.hpp:11077
MethodremoveChannel
src/net/poller/EPollPoller.cc:118
MethodremoveConnection
src/net/TcpServer.cc:115
MethodremoveConnectionInLoop
src/net/TcpServer.cc:121
Functionrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element.
src/mysql/json.hpp:17154
Methodrepeat
include/tiny_network/timer/Timer.h:31
Methodreset
reset token_buffer; current character is beginning of token
src/mysql/json.hpp:6760
Methodreset
重置HttpContext状态,异常安全
include/tiny_network/http/HttpContext.h:30
Methodreset
include/tiny_network/base/chrono/Timer.h:148
MethodresetBuffer
src/logger/LogStream.h:38
MethodresetBuffer
include/tiny_network/logger/LogStream.h:38
MethodresetTimerfd
重置timerfd
src/timer/TimerQueue.cc:71
Methodretrieve
onMessage string <- Buffer 需要进行复位操作
include/tiny_network/net/Buffer.h:58
MethodretrieveAll
全部读完,则直接将可读缓冲区指针移动到写缓冲区指针那
include/tiny_network/net/Buffer.h:74
MethodretrieveAllAsString
将onMessage函数上报的Buffer数据,转成string类型的数据返回
include/tiny_network/net/Buffer.h:89
MethodretrieveAsString
src/net/Buffer.h:95
MethodretrieveAsString
include/tiny_network/net/Buffer.h:95
MethodretrieveUntil
include/tiny_network/net/Buffer.h:51
MethodrollFile
滚动日志 basename + time + hostname + pid + ".log"
src/logger/LogFile.cc:66
Methodrollbock
事务回滚
src/mysql/MysqlConn.cc:100
Methodrun
include/tiny_network/timer/Timer.h:25
MethodrunAfter
src/net/EventLoop.h:60
MethodrunAfter
include/tiny_network/net/EventLoop.h:60
MethodrunAt
* 定时任务相关函数 */
src/net/EventLoop.h:56
MethodrunAt
* 定时任务相关函数 */
include/tiny_network/net/EventLoop.h:56
MethodrunEvery
src/net/EventLoop.h:65
MethodrunEvery
include/tiny_network/net/EventLoop.h:65
MethodrunInThread
src/base/ThreadPool.cc:60
Methodsax_parse
! @param[in] format the binary format to parse @param[in] sax_ a SAX event processor @param[in] strict whether to expect the input
src/mysql/json.hpp:3613
Methodsax_parse_internal
src/mysql/json.hpp:7219
Methodscan_literal
! @param[in] literal_text the literal text to expect @param[in] length the length of the passed literal text @param[in] return_
src/mysql/json.hpp:6740
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a deter
src/mysql/json.hpp:6410
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and c
src/mysql/json.hpp:5769
MethodsecondsSinceEpoch
返回当前时间戳的秒数
src/base/Timestamp.h:32
MethodsecondsSinceEpoch
返回当前时间戳的秒数
include/tiny_network/base/Timestamp.h:32
MethodsendInLoop
src/net/TcpConnection.cc:101
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on
src/mysql/json.hpp:12181
MethodsetBody
include/tiny_network/http/HttpResponse.h:44
MethodsetCloseCallback
src/net/TcpConnection.h:51
MethodsetCloseCallback
include/tiny_network/net/TcpConnection.h:51
← previousnext →601–700 of 860, ranked by callers