MCPcopy Create free account
hub / github.com/cinder/Cinder / context

Method context

include/asio/detail/call_stack.hpp:39–45  ·  view source on GitHub ↗

Push the key on to the stack.

Source from the content-addressed store, hash-verified

37 public:
38 // Push the key on to the stack.
39 explicit context(Key* k)
40 : key_(k),
41 next_(call_stack<Key, Value>::top_)
42 {
43 value_ = reinterpret_cast<unsigned char*>(this);
44 call_stack<Key, Value>::top_ = this;
45 }
46
47 // Push the key/value pair on to the stack.
48 context(Key* k, Value& v)

Callers 15

executorClass · 0.45
strand.hppFile · 0.45
create_implementationFunction · 0.45
async_connectMethod · 0.45
io_object_implClass · 0.45
cancelMethod · 0.45
cancel_oneMethod · 0.45
async_waitMethod · 0.45
resetMethod · 0.45
get_iocp_serviceMethod · 0.45
async_sendMethod · 0.45
async_receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected