CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
URI.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::URI
 A Uniform Resource Identifier (URI) is a unique sequence of characters that identifies a logical or physical resource used by web technologies. More...
 

Namespaces

namespace  CeresEngine
 

Functions

bool CeresEngine::operator== (const URI &lhs, const URI &rhs) noexcept
 Compares two URIs for equality.
 
bool CeresEngine::operator!= (const URI &lhs, const URI &rhs) noexcept
 Compares two URIs for inequality.