CppWAMP
C++11 client library for the WAMP protocol
wamp::CoroSession< TIgnoredBase > Member List

This is the complete list of members for wamp::CoroSession< TIgnoredBase >, including all inherited members.

authenticate(Authentication auth)wamp::CoroSession< TIgnoredBase >
wamp::Session::authenticate(ThreadSafe, Authentication auth)wamp::Session
Base typedefwamp::CoroSession< TIgnoredBase >
call(Rpc procedure, AsyncHandler< Result > handler)wamp::CoroSession< TIgnoredBase >
call(Rpc rpc, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::call(Rpc rpc, C &&completion)wamp::Session
wamp::Session::call(ThreadSafe, Rpc rpc, C &&completion)wamp::Session
wamp::Session::call(Rpc rpc, CallChit &chit, C &&completion)wamp::Session
wamp::Session::call(ThreadSafe, Rpc rpc, CallChit &chit, C &&completion)wamp::Session
CallSlot typedefwamp::CoroSession< TIgnoredBase >
cancel(CallChit)wamp::Session
cancel(ThreadSafe, CallChit)wamp::Session
cancel(CallChit, CallCancelMode mode)wamp::Session
cancel(ThreadSafe, CallChit, CallCancelMode mode)wamp::Session
cancel(CallCancellation cancellation)wamp::Session
cancel(ThreadSafe, CallCancellation cancellation)wamp::Session
ChallengeHandler typedefwamp::Session
connect(AsyncHandler< size_t > handler)wamp::CoroSession< TIgnoredBase >
connect(YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::connect(C &&completion)wamp::Session
wamp::Session::connect(ThreadSafe, C &&completion)wamp::Session
create(AnyIoExecutor exec, const Connector::Ptr &connector)wamp::CoroSession< TIgnoredBase >static
create(AnyIoExecutor exec, const ConnectorList &connectors)wamp::CoroSession< TIgnoredBase >static
create(TExecutionContext &context, const Connector::Ptr &connector)wamp::CoroSession< TIgnoredBase >inlinestatic
create(TExecutionContext &context, const ConnectorList &connectors)wamp::CoroSession< TIgnoredBase >inlinestatic
Deduced typedefwamp::Session
disconnect()wamp::Session
disconnect(ThreadSafe)wamp::Session
enroll(Procedure procedure, CallSlot slot, AsyncHandler< Registration > handler)wamp::CoroSession< TIgnoredBase >
enroll(Procedure procedure, CallSlot slot, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
enroll(Procedure procedure, CallSlot callSlot, InterruptSlot interruptSlot, AsyncHandler< Registration > handler)wamp::CoroSession< TIgnoredBase >
enroll(Procedure procedure, CallSlot slot, InterruptSlot interruptSlot, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::enroll(Procedure procedure, CallSlot callSlot, C &&completion)wamp::Session
wamp::Session::enroll(ThreadSafe, Procedure procedure, CallSlot callSlot, C &&completion)wamp::Session
wamp::Session::enroll(Procedure procedure, CallSlot callSlot, InterruptSlot interruptSlot, C &&completion)wamp::Session
wamp::Session::enroll(ThreadSafe, Procedure procedure, CallSlot callSlot, InterruptSlot interruptSlot, C &&completion)wamp::Session
EventSlot typedefwamp::CoroSession< TIgnoredBase >
InterruptSlot typedefwamp::CoroSession< TIgnoredBase >
join(Realm realm, AsyncHandler< SessionInfo > handler)wamp::CoroSession< TIgnoredBase >
join(Realm realm, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::join(Realm realm, C &&completion)wamp::Session
wamp::Session::join(ThreadSafe, Realm realm, C &&completion)wamp::Session
leave(AsyncHandler< Reason > handler)wamp::CoroSession< TIgnoredBase >
leave(YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
leave(Reason reason, AsyncHandler< Reason > handler)wamp::CoroSession< TIgnoredBase >
leave(Reason reason, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::leave(C &&completion)wamp::Session
wamp::Session::leave(ThreadSafe, C &&completion)wamp::Session
wamp::Session::leave(Reason reason, C &&completion)wamp::Session
wamp::Session::leave(ThreadSafe, Reason reason, C &&completion)wamp::Session
LogHandler typedefwamp::Session
Ptr typedefwamp::CoroSession< TIgnoredBase >
publish(Pub pub)wamp::CoroSession< TIgnoredBase >
publish(Pub pub, AsyncHandler< PublicationId > handler)wamp::CoroSession< TIgnoredBase >
publish(Pub pub, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::publish(ThreadSafe, Pub pub)wamp::Session
wamp::Session::publish(Pub pub, C &&completion)wamp::Session
wamp::Session::publish(ThreadSafe, Pub pub, C &&completion)wamp::Session
reset()=deletewamp::CoroSession< TIgnoredBase >
wamp::Session::reset(ThreadSafe)wamp::Session
roles()wamp::Sessionstatic
setChallengeHandler(ChallengeHandler handler)wamp::Session
setChallengeHandler(ThreadSafe, ChallengeHandler handler)wamp::Session
setStateChangeHandler(StateChangeHandler handler)wamp::Session
setStateChangeHandler(ThreadSafe, StateChangeHandler handler)wamp::Session
setTraceHandler(LogHandler handler)wamp::Session
setTraceHandler(ThreadSafe, LogHandler handler)wamp::Session
setWarningHandler(LogHandler handler)wamp::Session
setWarningHandler(ThreadSafe, LogHandler handler)wamp::Session
State typedefwamp::CoroSession< TIgnoredBase >
state() constwamp::Session
StateChangeHandler typedefwamp::Session
strand() constwamp::Session
subscribe(Topic topic, EventSlot slot, AsyncHandler< Subscription > handler)wamp::CoroSession< TIgnoredBase >
subscribe(Topic topic, EventSlot slot, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::subscribe(Topic topic, EventSlot eventSlot, C &&completion)wamp::Session
wamp::Session::subscribe(ThreadSafe, Topic topic, EventSlot eventSlot, C &&completion)wamp::Session
suspend(YieldContext< H > yield)wamp::CoroSession< TIgnoredBase >
unregister(const Registration &reg)wamp::CoroSession< TIgnoredBase >
unregister(const Registration &reg, AsyncHandler< bool > handler)wamp::CoroSession< TIgnoredBase >
unregister(const Registration &reg, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::unregister(Registration reg)wamp::Session
wamp::Session::unregister(ThreadSafe, Registration reg)wamp::Session
wamp::Session::unregister(Registration reg, C &&completion)wamp::Session
wamp::Session::unregister(ThreadSafe, Registration reg, C &&completion)wamp::Session
unsubscribe(const Subscription &sub)wamp::CoroSession< TIgnoredBase >
unsubscribe(const Subscription &sub, AsyncHandler< bool > handler)wamp::CoroSession< TIgnoredBase >
unsubscribe(const Subscription &sub, YieldContext< H > yield, std::error_code *ec=nullptr)wamp::CoroSession< TIgnoredBase >
wamp::Session::unsubscribe(Subscription sub)wamp::Session
wamp::Session::unsubscribe(ThreadSafe, Subscription sub)wamp::Session
wamp::Session::unsubscribe(Subscription sub, C &&completion)wamp::Session
wamp::Session::unsubscribe(ThreadSafe, Subscription sub, C &&completion)wamp::Session
userExecutor() constwamp::Session
userIosvc() constwamp::Session
YieldContext typedefwamp::CoroSession< TIgnoredBase >
~Session()wamp::Sessionvirtual