Babel
Epitech's C++ VoIP project
Namespaces | Functions
Utils.hpp File Reference
#include <string>
#include "Network/Message.hpp"
#include "Network/ITCPConnection.hpp"
#include "Network/RFCCodes.hpp"
Include dependency graph for Utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Babel
 
 Babel::Utils
 

Functions

Message< RFCCodes > Babel::Utils::response (uint16_t code, std::string description)
 Create a reply type message, used as a convenient way to quickly construct response description messages. More...
 
Message< RFCCodes > & Babel::Utils::appendConnectionIpPort (Message< RFCCodes > &m, ITCPConnection< RFCCodes > &c)
 add the address and port of a tcp connection to a message More...