CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
WebSocketFrame Member List

This is the complete list of members for WebSocketFrame, including all inherited members.

alias(const State *state)Objectprotectedstatic
as() constObject
fin() constWebSocketFrame
initOnce()Objectprotected
initOncePerThread()Objectprotected
is() constObject
isNull() constObject
isWeak() constObject
NullAccess typedefObject
Object()=defaultObject
Object(State *newState)Objectexplicitprotected
Object(State *state, Alias) (defined in Object)Objectexplicitprotected
Object(State *state, Weak) (defined in Object)Objectexplicitprotected
operator bool() constObjectexplicit
operator<=>(const Object &other) constObject
operator=(std::nullptr_t) (defined in Object)Objectprotected
operator==(const Object &other) constObject
payload() constWebSocketFrame
rsv() constWebSocketFrame
type() constWebSocketFrame
Type enum nameWebSocketFrame
useCount() constObject
VirginityTestFailed typedefObject
weak() const (defined in Object)Objectprotected
weak(const State *state) (defined in Object)Objectprotectedstatic
WebSocketFrame()=defaultWebSocketFrame
WebSocketFrame(ByteSource &source, long maxPayloadSize=std::numeric_limits< long >::max())WebSocketFrameexplicit
WebSocketFrame(Type type, const String &payload=String{}, bool fin=true, uint8_t rsv=0)WebSocketFrame
writeTo(ByteSink &sink, uint32_t mask)WebSocketFrame