CppWAMP
C++11 client library for the WAMP protocol
|
A CodecFormat
is a static-only class supporting the following expressions:
Expression | Effect |
---|---|
CodecFormat::id() | Returns the int ID to use during raw socket handshaking. |
CodecFormat::template Encoder<O, OC> | Yields the type used to encode to outputs of type O and category OC |
CodecFormat::template Decoder<I, IC> | Yields the type used to decode inputs of type I and category IC |
where OC
is either:
and where IC
is either:
The following classes meet the requirements of CodecFormat
: