C++ Client  0.0.0.0
C++ wrapper for Corelink DLL
Corelink::SendStream Member List

This is the complete list of members for Corelink::SendStream, including all inherited members.

operator STREAM_ID() constCorelink::SendStreaminline
operator=(const SendStream &rhs)Corelink::SendStreaminline
send(const std::string &msg, const int &federationID=0)Corelink::SendStreaminline
send(const std::string &msg, const rapidjson::Document &json, bool serverCheck=false, const int &federationID=0)Corelink::SendStreaminline
send(const char *msg, int msgLen, const int &federationID=0)Corelink::SendStreaminline
send(const char *msg, int msgLen, const rapidjson::Document &json, bool serverCheck=false, const int &federationID=0)Corelink::SendStreaminline
SendStream(const StreamData &streamData)Corelink::SendStreaminline
SendStream(const SendStream &rhs)Corelink::SendStreaminline
SendStream(SendStream &&rhs)Corelink::SendStreaminline
StreamData classCorelink::SendStreamfriend