Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ResourcePath.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Functions

ResourcePath Divide::operator/ (const ResourcePath &lhs, const ResourcePath &rhs)
 
ResourcePath & Divide::operator/= (ResourcePath &lhs, const ResourcePath &rhs)
 
ResourcePath Divide::operator/ (const ResourcePath &lhs, std::string_view rhs)
 
ResourcePath & Divide::operator/= (ResourcePath &lhs, std::string_view rhs)
 
bool Divide::operator== (const ResourcePath &lhs, std::string_view rhs)
 
bool Divide::operator!= (const ResourcePath &lhs, std::string_view rhs)
 
bool Divide::operator== (const ResourcePath &lhs, const ResourcePath &rhs)
 
bool Divide::operator!= (const ResourcePath &lhs, const ResourcePath &rhs)
 
bool Divide::operator== (const FileNameAndPath &lhs, const FileNameAndPath &rhs)
 
bool Divide::operator!= (const FileNameAndPath &lhs, const FileNameAndPath &rhs)