#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::URI |
| Allows to handle Uniform Resource Identifiers. | |
Functions | |
| CEYLAN_DLL const std::string | Ceylan::URI::getProtocolName (const std::string &fullURI) |
| CEYLAN_DLL const std::string | Ceylan::URI::getProtocolName (const std::string &fullURI, const std::string &protocolSeparator) |
| CEYLAN_DLL const std::string | Ceylan::URI::getEmbeddedURI (const std::string &fullURI) |
| CEYLAN_DLL const std::string | Ceylan::URI::getEmbeddedURI (const std::string &fullURI, const std::string &protocolSeparator) |
Variables | |
| const std::string | Ceylan::URI::ProtocolSeparator |
| The protocol separator, between the protocol name and the embedded URI. | |
1.5.8