YAPOG  0.0.1
Yet Another Pokemon Online Game
Path.hpp File Reference
Include dependency graph for Path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yap::Path
 Hanles string paths. More...

Namespaces

namespace  yap

Functions

Path yap::operator+ (const Path &left, const Path &right)
 Appends right to left.
Path yap::operator+ (const Path &left, const String &right)
 Appends right to left.