Lines Matching refs:string
34 #include <string>
67 * @param[out] strError on failure, a string explaining the error,
74 Result serialize(Socket &&socket, bool bOut, std::string &strError);
94 /** Write string to the message
96 * @param[in] strData the string to write
98 void writeString(const std::string &strData);
100 /** Write string to the message
102 * @param[out] strData the string to read to
104 void readString(std::string &strData);
106 /** @return string length plus room to store its length
108 * @param[in] strData the string to get the size from
110 size_t getStringSize(const std::string &strData) const;